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

  /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;

Completed in 3198 milliseconds