Searched refs:strippedAttribList (Results 1 – 1 of 1) sorted by relevance
524 std::vector<AttrType>* strippedAttribList) { in processAttributes() argument562 strippedAttribList->push_back(attr[0]); in processAttributes()563 strippedAttribList->push_back(EGL_GL_COLORSPACE_SRGB_KHR); in processAttributes()567 strippedAttribList->push_back(attr[0]); in processAttributes()568 strippedAttribList->push_back(attr[1]); in processAttributes()572 strippedAttribList->push_back(EGL_NONE); in processAttributes()735 std::vector<AttrType> strippedAttribList; in eglCreateWindowSurfaceTmpl() local736 if (!processAttributes<AttrType>(dp, window, attrib_list, &colorSpace, &strippedAttribList)) { in eglCreateWindowSurfaceTmpl()743 attrib_list = strippedAttribList.data(); in eglCreateWindowSurfaceTmpl()874 std::vector<EGLint> strippedAttribList; in eglCreatePbufferSurfaceImpl() local[all …]