OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_unsupported
(Results
1 - 2
of
2
) sorted by null
/development/tools/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 80 milliseconds