Searched refs:EGL_GL_COLORSPACE_KHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 276 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/ |
D | EglHelper.java | 75 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/ |
D | ColorFade.java | 76 private static final int EGL_GL_COLORSPACE_KHR = 0x309D; field in ColorFade 628 eglSurfaceAttribList[0] = EGL_GL_COLORSPACE_KHR;
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 207 if (attribute == EGL_GL_COLORSPACE_KHR) { in getColorSpaceAttribute()
|
D | egl_platform_entries.cpp | 527 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/ |
D | gl2_basic.cpp | 356 EGLint winAttribs[] = {EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE}; in main()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 335 attribs[0] = EGL_GL_COLORSPACE_KHR; in createSurface()
|