Searched refs:AttribMap (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/egl/
H A DegluUtil.hpp53 typedef std::map<eglw::EGLint, eglw::EGLint> AttribMap; typedef in namespace:eglu
55 std::vector<eglw::EGLint> attribMapToList (const AttribMap& map);
64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
H A DegluUtil.cpp46 vector<EGLint> attribMapToList (const AttribMap& attribs)
50 for (AttribMap::const_iterator it = attribs.begin(); it != attribs.end(); ++it)
165 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const AttribMap& attribs)
171 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const AttribMap& attribs)
179 AttribMap attribs;
/external/deqp/modules/egl/
H A DteglImageUtil.cpp62 using eglu::AttribMap;
159 virtual AttribMap getCreateAttribs (void) const = 0;
165 AttribMap attribMap = getCreateAttribs();
187 AttribMap getCreateAttribs (void) const;
223 AttribMap TextureImageSource::getCreateAttribs (void) const
225 AttribMap ret;
340 AttribMap getCreateAttribs (void) const { return AttribMap(); }
H A DteglAndroidUtil.cpp48 using eglu::AttribMap;
H A DteglImageTests.cpp72 using eglu::AttribMap;
224 AttribMap attribs;
H A DteglResizeTests.cpp76 using eglu::AttribMap;
133 AttribMap attribMap;

Completed in 149 milliseconds