OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_customDecoder
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.h
46
bool customDecoder() { return
m_customDecoder
; }
47
void setCustomDecoder(bool state) {
m_customDecoder
= state; }
58
bool
m_customDecoder
;
EntryPoint.cpp
36
m_customDecoder
= false;
Completed in 123 milliseconds