Home | Sort by relevance Sort by last modified time |
/sdk/emulator/opengl/host/tools/emugen/ | |
EntryPoint.h | 48 bool notApi() const { return m_notApi; } 49 void setNotApi(bool state) { m_notApi = state; } 59 bool m_notApi; |
EntryPoint.cpp | 37 m_notApi = false; |