HomeSort by relevance Sort by last modified time
    Searched refs:srgb_format (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.c 237 enum pipe_format srgb_format; local
242 srgb_format = util_format_srgb(resource->format);
243 if (srgb_format == PIPE_FORMAT_NONE ||
244 !screen->is_format_supported(screen, srgb_format,
246 srgb_format = resource->format;
259 templ.format = srgb_format;
basetexture9.c 498 enum pipe_format srgb_format; local
557 srgb_format = util_format_srgb(resource->format);
558 if (sRGB && srgb_format != PIPE_FORMAT_NONE &&
559 screen->is_format_supported(screen, srgb_format,
561 templ.format = srgb_format;
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 451 const enum pipe_format srgb_format = local
454 if (srgb_format != PIPE_FORMAT_NONE &&
455 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE &&
456 screen->is_format_supported(screen, srgb_format,
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 527 enum pipe_format srgb_format = util_format_srgb(tex->format); local
529 if (srgb_format != PIPE_FORMAT_NONE)
530 surf_templ.format = srgb_format;
    [all...]

Completed in 114 milliseconds