Searched refs:EXT_framebuffer_sRGB (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_extensions.c | 154 ctx->Extensions.EXT_framebuffer_sRGB = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 154 ctx->Extensions.EXT_framebuffer_sRGB = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 154 ctx->Extensions.EXT_framebuffer_sRGB = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/main/ |
D | version.c | 142 ctx->Extensions.EXT_framebuffer_sRGB && in compute_version()
|
D | extensions.c | 102 …{ "GL_ARB_framebuffer_sRGB", o(EXT_framebuffer_sRGB), GL, … 176 …{ "GL_EXT_framebuffer_sRGB", o(EXT_framebuffer_sRGB), GL, …
|
D | framebuffer.c | 535 fb->Visual.sRGBCapable = ctx->Extensions.EXT_framebuffer_sRGB; in _mesa_update_framebuffer_visual()
|
D | enable.c | 1052 CHECK_EXTENSION(EXT_framebuffer_sRGB, cap); in _mesa_set_enable() 1718 CHECK_EXTENSION(EXT_framebuffer_sRGB); in _mesa_IsEnabled()
|
D | mtypes.h | 3020 GLboolean EXT_framebuffer_sRGB; member
|
D | attrib.c | 992 if (ctx->Extensions.EXT_framebuffer_sRGB) in _mesa_PopAttrib()
|
D | fbobject.c | 2494 if (ctx->Extensions.EXT_framebuffer_sRGB) { in _mesa_GetFramebufferAttachmentParameterivEXT()
|
D | get.c | 341 EXTRA_EXT(EXT_framebuffer_sRGB);
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 83 { GLX(EXT_framebuffer_sRGB), VER(0,0), Y, Y, N, N }, 153 { GL(EXT_framebuffer_sRGB), VER(0,0), Y, N, N, N },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 531 if (!ctx->Extensions.EXT_framebuffer_sRGB && in st_validate_attachment()
|
D | st_extensions.c | 390 { { o(EXT_framebuffer_sRGB) }, in st_init_extensions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1491 if ((_mesa_is_desktop_gl(ctx) && ctx->Extensions.EXT_framebuffer_sRGB) in blitframebuffer_texture() 1553 if (ctx->Extensions.EXT_framebuffer_sRGB && fbo_srgb_save) { in blitframebuffer_texture() 3329 if ((ctx->Extensions.EXT_framebuffer_sRGB && in _mesa_meta_GenerateMipmap() 3451 if (ctx->Extensions.EXT_framebuffer_sRGB && srgbBufferSave) { in _mesa_meta_GenerateMipmap() 3738 if ((_mesa_is_desktop_gl(ctx) && ctx->Extensions.EXT_framebuffer_sRGB) in decompress_texture_image()
|