Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp276 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_EXT, in TEST_F()
285 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F()
324 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT, in TEST_F()
338 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F()
416 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_EXT, in TEST_F()
425 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F()
588 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F()
598 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F()
639 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F()
648 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java75 private static final int EGL_GL_COLORSPACE_KHR = 0x309D; field in EglHelper
213 attrs = new int[] {EGL_GL_COLORSPACE_KHR, wcgCapability, EGL_NONE}; in createEglSurface()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java76 private static final int EGL_GL_COLORSPACE_KHR = 0x309D; field in ColorFade
628 eglSurfaceAttribList[0] = EGL_GL_COLORSPACE_KHR;
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp207 if (attribute == EGL_GL_COLORSPACE_KHR) { in getColorSpaceAttribute()
Degl_platform_entries.cpp527 if (attr[0] == EGL_GL_COLORSPACE_KHR) { in processAttributes()
1736 if (attr[0] == EGL_GL_COLORSPACE_KHR && in eglCreateImageTmpl()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp356 EGLint winAttribs[] = {EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE}; in main()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp335 attribs[0] = EGL_GL_COLORSPACE_KHR; in createSurface()