Home
last modified time | relevance | path

Searched refs:COLOR_SPACE_SRGB (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp1057 EGLint COLOR_SPACE_SRGB = 0; in GetSurfaceInformation() local
1060 COLOR_SPACE_SRGB = EGL_GL_COLORSPACE_SRGB; in GetSurfaceInformation()
1063 COLOR_SPACE_SRGB = EGL_GL_COLORSPACE_SRGB_KHR; in GetSurfaceInformation()
1069 res.srgb = (colorspace == COLOR_SPACE_SRGB); in GetSurfaceInformation()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1365 EGLint COLOR_SPACE_SRGB = 0; in CreateSwapchain() local
1372 COLOR_SPACE_SRGB = EGL_GL_COLORSPACE_SRGB; in CreateSwapchain()
1375 COLOR_SPACE_SRGB = EGL_GL_COLORSPACE_SRGB_KHR; in CreateSwapchain()
1381 const EGLint attribs[] = { COLOR_SPACE, COLOR_SPACE_SRGB, EGL_NONE }; in CreateSwapchain()

Completed in 5 milliseconds