Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/generic-apigen/
DEntryPoint.h56 bool flushOnEncode() const { return m_flushOnEncode; } in flushOnEncode()
57 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
69 bool m_flushOnEncode; variable
DEntryPoint.cpp41 m_flushOnEncode = false; in reset()