Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/tools/emugen/
DEntryPoint.h44 bool unsupported() const { return m_unsupported; } in unsupported()
45 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported()
57 bool m_unsupported; variable
DEntryPoint.cpp35 m_unsupported = false; in reset()