Searched refs:EXT_sRGB (Results 1 – 11 of 11) sorted by relevance
143 if (!ctx->Extensions.EXT_sRGB) { in st_renderbuffer_alloc_storage()677 if (!ctx->Extensions.EXT_sRGB && _mesa_is_format_srgb(texFormat)) { in st_validate_attachment()
1385 if (!ctx->Extensions.EXT_sRGB) { in st_QuerySamplesForFormat()
846 { { o(EXT_sRGB) }, in st_init_extensions()1459 extensions->EXT_sRGB; in st_init_extensions()
109 ctx->Extensions.EXT_sRGB = true; in intelInitExtensions()
520 extensions->EXT_sRGB && in compute_version_es2()
462 fb->Visual.sRGBCapable = ctx->Extensions.EXT_sRGB; in _mesa_update_framebuffer_visual()
1244 if (!ctx->Extensions.EXT_sRGB || in _mesa_GetInternalformativ()
4386 GLboolean EXT_sRGB; member
4592 if (ctx->Extensions.EXT_sRGB) { in get_framebuffer_attachment_parameter()
2428 bool rb_is_srgb = (ctx->Extensions.EXT_sRGB && in copytexture_error_check()
1060 - mesa:main: Add flag for EXT_sRGB to gl_extensions1061 - i965: Set flag for EXT_sRGB1063 - mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB