Searched refs:strippedAttribList (Results 1 – 1 of 1) sorted by relevance
490 std::vector<AttrType>* strippedAttribList) { in processAttributes() argument529 strippedAttribList->push_back(attr[0]); in processAttributes()530 strippedAttribList->push_back(EGL_GL_COLORSPACE_SRGB_KHR); in processAttributes()534 strippedAttribList->push_back(attr[0]); in processAttributes()535 strippedAttribList->push_back(attr[1]); in processAttributes()539 strippedAttribList->push_back(EGL_NONE); in processAttributes()704 std::vector<AttrType> strippedAttribList; in eglCreateWindowSurfaceTmpl() local705 if (!processAttributes<AttrType>(dp, window, attrib_list, &colorSpace, &strippedAttribList)) { in eglCreateWindowSurfaceTmpl()712 attrib_list = strippedAttribList.data(); in eglCreateWindowSurfaceTmpl()844 std::vector<EGLint> strippedAttribList; in eglCreatePbufferSurfaceImpl() local[all …]