Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h49 bool notApi() const { return m_notApi; } in notApi()
50 void setNotApi(bool state) { m_notApi = state; } in setNotApi()
62 bool m_notApi; variable
DEntryPoint.cpp40 m_notApi = false; in reset()