Searched defs:chooseConfigs (Results 1 - 2 of 2) sorted by relevance
/external/deqp/framework/egl/ |
H A D | egluUtil.cpp | 113 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList) function in namespace:eglu 129 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const FilterList& filters) function in namespace:eglu 158 const vector<EGLConfig> configs (chooseConfigs(egl, display, attribList)); 165 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const AttribMap& attribs) function in namespace:eglu 168 return chooseConfigs(egl, display, &attribList.front());
|
/external/deqp/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 533 MultiThreadedConfigTest (EglTestContext& context, const char* name, const char* description, int getConfigs, int chooseConfigs, int query); 542 MultiThreadedConfigTest::MultiThreadedConfigTest (EglTestContext& context, const char* name, const char* description, int getConfigs, int chooseConfigs, int query) argument 545 , m_chooseConfigs (chooseConfigs)
|
Completed in 119 milliseconds