HomeSort by relevance Sort by last modified time
    Searched refs:m_unsupported (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 44 bool unsupported() const { return m_unsupported; }
45 void setUnsupported(bool state) { m_unsupported = state; }
57 bool m_unsupported; member in class:EntryPoint
EntryPoint.cpp 35 m_unsupported = false;

Completed in 405 milliseconds