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

  /sdk/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 28 milliseconds