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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 50 static FBConfig **s_fbConfigs;
FBConfig.cpp 21 FBConfig **FBConfig::s_fbConfigs = NULL;
94 s_fbConfigs = new FBConfig*[nConfigs];
116 s_fbConfigs[j++] = new FBConfig(dpy, configs[i]);
128 return s_fbConfigs[p_config];
143 s_fbConfigs[i]->m_attribValues,
219 int dCfgId = s_fbConfigs[fbIdx]->m_attribValues[4]; //CONFIG_ID

Completed in 33 milliseconds