Home
last modified time | relevance | path

Searched refs:attribMapToList (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluUtil.cpp46 vector<EGLint> attribMapToList (const AttribMap& attribs) in attribMapToList() function
176 const vector<EGLint> attribList = attribMapToList(attribs); in chooseConfigs()
182 const vector<EGLint> attribList = attribMapToList(attribs); in chooseSingleConfig()
DegluUtil.hpp55 std::vector<eglw::EGLint> attribMapToList (const AttribMap& map);
/external/deqp/modules/egl/
DteglImageUtil.cpp170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap); in createImage()