Searched refs:sRGBCapable (Results 1 – 17 of 17) sorted by relevance
347 stvis->color_format = mode->sRGBCapable ? in dri_fill_st_visual()351 stvis->color_format = mode->sRGBCapable ? in dri_fill_st_visual()360 stvis->color_format = mode->sRGBCapable ? in dri_fill_st_visual()364 stvis->color_format = mode->sRGBCapable ? in dri_fill_st_visual()
191 *value_return = mode->sRGBCapable; in glx_config_get()252 (*next)->sRGBCapable = GL_FALSE; in glx_config_create_list()
101 GLint sRGBCapable; member
124 __ATTRIB(__DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE, sRGBCapable)
608 config->sRGBCapable = *bp++; in __glXInitializeVisualConfigFromTags()
954 config->sRGBCapable = GLX_DONT_CARE; in init_fbconfig_for_chooser()1029 MATCH_DONT_CARE(sRGBCapable); in fbconfigs_compatible()
359 modes->sRGBCapable = is_srgb; in driCreateConfigs()500 __ATTRIB(__DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE, sRGBCapable); in driGetConfigAttribIndex()
402 mode->sRGBCapable = util_format_is_srgb(visual->color_format); in st_visual_to_context_mode()487 mode.sRGBCapable = GL_TRUE; in st_framebuffer_create()1265 stfb->Base.Visual.sRGBCapable)) in st_manager_add_color_renderbuffer()
81 - glx: Set sRGBCapable to a default value
308 - glx: Default sRGBCapable in the same place as the other config attribs
1803 fb->Visual.sRGBCapable = true; in brw_create_buffer()1804 } else if (mesaVis->sRGBCapable) { in brw_create_buffer()1807 fb->Visual.sRGBCapable = true; in brw_create_buffer()1811 fb->Visual.sRGBCapable = true; in brw_create_buffer()1815 bool srgb_cap_set = mesaVis->redBits >= 8 && mesaVis->sRGBCapable; in brw_create_buffer()
1353 if (_mesa_is_desktop_gl(ctx) || !fb->Visual.sRGBCapable) in brw_gles3_srgb_workaround()1368 fb->Visual.sRGBCapable = false; in brw_gles3_srgb_workaround()
254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions.
442 fb->Visual.sRGBCapable = ctx->Extensions.EXT_sRGB; in _mesa_update_framebuffer_visual()
181 GLint sRGBCapable; member
885 else if (mesaVis->sRGBCapable) in intelCreateBuffer()