Home
last modified time | relevance | path

Searched refs:util_format_srgb (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c321 format = util_format_srgb(format); in st_framebuffer_add_renderbuffer()
469 util_format_srgb(stfbi->visual->color_format); in st_framebuffer_create()
Dst_cb_fbo.c416 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format); in st_update_renderbuffer_surface()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h702 util_format_srgb(enum pipe_format format) in util_format_srgb() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h894 util_format_srgb(enum pipe_format format) in util_format_srgb() function
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h309 result = util_format_srgb(result); in d3d9_to_pipe_format_checked()
Dbasetexture9.c557 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()
Dsurface9.c242 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c490 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results()