Home
last modified time | relevance | path

Searched refs:m_flushOnEncode (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h51 bool flushOnEncode() const { return m_flushOnEncode; } in flushOnEncode()
52 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
63 bool m_flushOnEncode; variable
DEntryPoint.cpp41 m_flushOnEncode = false; in reset()