Searched defs:strippedAttribList (Results 1 - 1 of 1) sorted by relevance

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

Completed in 58 milliseconds