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

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp428 #define EGL_GL_COLORSPACE_SRGB_KHR EGL_VG_COLORSPACE_sRGB macro
431 EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp378 #define EGL_GL_COLORSPACE_SRGB_KHR EGL_VG_COLORSPACE_sRGB macro
382 // EGL_GL_COLORSPACE_SRGB_KHR, or turn sRGB formats into corresponding linear
391 } else if (colorspace == EGL_GL_COLORSPACE_SRGB_KHR) {

Completed in 707 milliseconds