Searched refs:getColorSpaceAttribute (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 528 static EGLBoolean getColorSpaceAttribute(egl_display_ptr dp, NativeWindowType window, in getColorSpaceAttribute() function 603 static EGLBoolean getColorSpaceAttribute(egl_display_ptr dp, const EGLint* attrib_list, in getColorSpaceAttribute() function 605 return getColorSpaceAttribute(dp, NULL, attrib_list, colorSpace, dataSpace); in getColorSpaceAttribute() 702 if (!getColorSpaceAttribute(dp, window, attrib_list, colorSpace, dataSpace)) { in eglCreateWindowSurface() 766 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreatePixmapSurface() 796 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreatePbufferSurface() 1933 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreateStreamProducerSurfaceKHR()
|