Searched defs:chooseSingleConfig (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/egl/
H A DegluUtil.cpp143 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const FilterList& filters) function in namespace:eglu
156 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const EGLint* attribList) function in namespace:eglu
171 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const AttribMap& attribs) function in namespace:eglu
174 return chooseSingleConfig(egl, display, &attribList.front());
187 return chooseSingleConfig(egl, display, attribs);

Completed in 35 milliseconds