HomeSort by relevance Sort by last modified time
    Searched refs:AttribMap (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/egl/
egluUtil.hpp 53 typedef std::map<eglw::EGLint, eglw::EGLint> AttribMap;
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);
egluUtil.cpp 46 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/
teglImageUtil.cpp 62 using eglu::AttribMap;
159 virtual AttribMap getCreateAttribs (void) const = 0;
165 AttribMap attribMap = getCreateAttribs();
167 attribMap[EGL_IMAGE_PRESERVED_KHR] = EGL_TRUE;
170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap);
187 AttribMap getCreateAttribs (void) const;
223 AttribMap TextureImageSource::getCreateAttribs (void) const
225 AttribMap ret;
340 AttribMap getCreateAttribs (void) const { return AttribMap();
    [all...]
teglAndroidUtil.cpp 48 using eglu::AttribMap;
teglImageTests.cpp 72 using eglu::AttribMap;
224 AttribMap attribs;
teglResizeTests.cpp 76 using eglu::AttribMap;
133 AttribMap attribMap;
135 attribMap[EGL_SURFACE_TYPE] = surfaceType;
136 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
138 return eglu::chooseSingleConfig(egl, eglDisplay, attribMap);

Completed in 540 milliseconds