Home
last modified time | relevance | path

Searched defs:allConfigs (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLChooseConfigTest.cpp35 std::vector<EGLConfig> allConfigs(nConfigs); in TEST_P() local
DEGLRobustnessTest.cpp65 std::vector<EGLConfig> allConfigs(nConfigs); in testSetUp() local
/external/deqp/framework/egl/
DegluUtil.cpp140 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseConfigs() local
154 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseSingleConfig() local
/external/angle/util/
DEGLWindow.cpp690 std::vector<EGLConfig> allConfigs(numConfigs); in FindEGLConfig() local
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp176 glx::FBConfig *allConfigs = mGLX.chooseFBConfig(attribList, &nConfigs); in initialize() local