Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h45 bool unsupported() const { return m_unsupported; } in unsupported()
46 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported()
60 bool m_unsupported; variable
DEntryPoint.cpp38 m_unsupported = false; in reset()