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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 96 static bool proc_table_initialized = false; local
97 if (!proc_table_initialized) {
98 proc_table_initialized = true;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 93 static bool proc_table_initialized = false; local
94 if (!proc_table_initialized) {
95 proc_table_initialized = true;
    [all...]

Completed in 58 milliseconds