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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 22 int FBConfig::s_numConfigs = 0;
118 s_numConfigs = j;
122 return s_numConfigs > 0 ? INIT_CONFIG_PASSED : INIT_CONFIG_FAILED;
127 if (p_config >= 0 && p_config < s_numConfigs) {
135 return s_numConfigs;
141 for (int i=0; i<s_numConfigs; i++) {
218 for (int fbIdx=0; fbIdx<s_numConfigs; fbIdx++) {
FBConfig.h 51 static int s_numConfigs;

Completed in 153 milliseconds