Searched refs:sRGBEnabled (Results 1 – 18 of 18) sorted by relevance
260 bool sRGBEnabled; member291 , sRGBEnabled (true) in FragmentOperationState()
777 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat()); in render()
346 ctx->Color.sRGBEnabled && in brw_is_color_fast_clear_compatible()412 if (brw->ctx.Color.sRGBEnabled && in brw_meta_convert_fast_clear_color()
290 const bool encode_srgb = ctx->Color.sRGBEnabled; in brw_clear()
844 if (ctx->Color.sRGBEnabled && in intel_blit_framebuffer_with_blitter()
502 const bool do_srgb = ctx->Color.sRGBEnabled; in do_blorp_blit()
333 if (brw->gen >= 9 && ctx->Color.sRGBEnabled) { in intel_update_state()
139 GLboolean sRGBEnabled; member395 attr->sRGBEnabled = ctx->Color.sRGBEnabled; in _mesa_PushAttrib()713 TEST_AND_UPDATE(ctx->Color.sRGBEnabled, enable->sRGBEnabled, in pop_enable_group()1079 _mesa_set_enable(ctx, GL_FRAMEBUFFER_SRGB, color->sRGBEnabled); in _mesa_PopAttrib()
982 if (ctx->Color.sRGBEnabled) in _mesa_get_render_format()1045 ctx->Color.sRGBEnabled = _mesa_is_gles(ctx); in _mesa_init_color()
259 if (ctx->Color.sRGBEnabled == state) in _mesa_set_framebuffer_srgb()262 ctx->Color.sRGBEnabled = state; in _mesa_set_framebuffer_srgb()1617 return ctx->Color.sRGBEnabled; in _mesa_IsEnabled()
489 GLboolean sRGBEnabled; /**< Framebuffer sRGB blending/updating requested */ member
783 save->sRGBEnabled = ctx->Color.sRGBEnabled; in _mesa_meta_begin()784 if (ctx->Color.sRGBEnabled) in _mesa_meta_begin()1173 if (ctx->Color.sRGBEnabled != save->sRGBEnabled) in _mesa_meta_end()1174 _mesa_set_framebuffer_srgb(ctx, save->sRGBEnabled); in _mesa_meta_end()
182 GLboolean sRGBEnabled; member
741 ctx->Color.sRGBEnabled && in blitframebuffer_texture()
210 if (!ctx->Color.sRGBEnabled) in st_BlitFramebuffer()
401 boolean enable_srgb = (st->ctx->Color.sRGBEnabled && in st_update_renderbuffer_surface()
605 { GL_FRAMEBUFFER_SRGB_EXT, CONTEXT_BOOL(Color.sRGBEnabled), extra_EXT_framebuffer_sRGB },
4335 state.fragOps.sRGBEnabled = m_sRGBUpdateEnabled; in drawWithReference()