Searched refs:EGL_GL_COLORSPACE_KHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 279 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_EXT, in TEST_F() 288 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F() 327 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT, in TEST_F() 341 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F() 424 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_DISPLAY_P3_EXT, in TEST_F() 433 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F() 596 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F() 606 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F() 647 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F() 656 success = eglQuerySurface(mEglDisplay, eglSurface, EGL_GL_COLORSPACE_KHR, &value); in TEST_F() [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 220 if (attribute == EGL_GL_COLORSPACE_KHR) { in getColorSpaceAttribute()
|
D | egl_platform_entries.cpp | 493 if (attr[0] == EGL_GL_COLORSPACE_KHR) { in processAttributes()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 83 private static final int EGL_GL_COLORSPACE_KHR = 0x309D; field in ColorFade 743 eglSurfaceAttribList[index++] = EGL_GL_COLORSPACE_KHR;
|
/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 | 460 attribs[0] = EGL_GL_COLORSPACE_KHR; in createSurface()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 171 #define EGL_GL_COLORSPACE_KHR 0x309D macro
|