Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp707 std::vector<EGLint> strippedAttribList; in eglCreateWindowSurface() local
708 if (stripColorSpaceAttribute(dp, attrib_list, format, strippedAttribList)) { in eglCreateWindowSurface()
711 attrib_list = strippedAttribList.data(); in eglCreateWindowSurface()
804 std::vector<EGLint> strippedAttribList; in eglCreatePbufferSurface() local
805 if (stripColorSpaceAttribute(dp, attrib_list, format, strippedAttribList)) { in eglCreatePbufferSurface()
808 attrib_list = strippedAttribList.data(); in eglCreatePbufferSurface()