Searched refs:EXT_framebuffer_sRGB (Results 1 - 11 of 11) sorted by relevance
/third_party/glfw/src/ |
H A D | wgl_context.c | 110 if (_glfw.wgl.ARB_framebuffer_sRGB || _glfw.wgl.EXT_framebuffer_sRGB) in choosePixelFormatWGL() 199 _glfw.wgl.EXT_framebuffer_sRGB) in choosePixelFormatWGL() 498 _glfw.wgl.EXT_framebuffer_sRGB = in _glfwInitWGL()
|
H A D | glx_context.c | 129 if (_glfw.glx.ARB_framebuffer_sRGB || _glfw.glx.EXT_framebuffer_sRGB) in chooseGLXFBConfig() 400 _glfw.glx.EXT_framebuffer_sRGB = GLFW_TRUE; in _glfwInitGLX()
|
H A D | win32_platform.h | 401 GLFWbool EXT_framebuffer_sRGB; member
|
H A D | x11_platform.h | 512 GLFWbool EXT_framebuffer_sRGB; member
|
/third_party/mesa3d/src/glx/ |
H A D | glxextensions.c | 97 { GLX(EXT_framebuffer_sRGB), Y, N }, 167 { GL(EXT_framebuffer_sRGB), N, N },
|
/third_party/mesa3d/src/mesa/main/ |
H A D | extensions_table.h | 81 EXT(ARB_framebuffer_sRGB , EXT_framebuffer_sRGB , GLL, GLC, x , x , 1998) 254 EXT(EXT_framebuffer_sRGB , EXT_framebuffer_sRGB , GLL, GLC, x , x , 1998) 282 EXT(EXT_sRGB_write_control , EXT_framebuffer_sRGB , x, x , x , 30, 2013)
|
H A D | consts_exts.h | 174 GLboolean EXT_framebuffer_sRGB; member
|
H A D | version.c | 287 extensions->EXT_framebuffer_sRGB && in compute_version()
|
H A D | get.c | 394 EXT(EXT_framebuffer_sRGB), 550 EXTRA_EXT(EXT_framebuffer_sRGB); variable
|
H A D | attrib.c | 827 if (ctx->Extensions.EXT_framebuffer_sRGB) { in _mesa_PopAttrib()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_extensions.c | 1486 extensions->EXT_framebuffer_sRGB = in st_init_extensions()
|
Completed in 19 milliseconds