Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp524 std::vector<AttrType>* strippedAttribList) { in processAttributes() argument
562 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() local
736 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 …]