HomeSort by relevance Sort by last modified time
    Searched full:rgba_format (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 40 VdpRGBAFormat rgba_format,
73 res_tmpl.format = FormatRGBAToPipe(rgba_format);
136 VdpRGBAFormat *rgba_format,
147 if (!(rgba_format && width && height && frequently_accessed))
151 *rgba_format = PipeToFormatRGBA(res->format);
query.c 300 enum pipe_format rgba_format, index_format, colortbl_format; local
310 rgba_format = FormatRGBAToPipe(surface_rgba_format);
311 if (rgba_format == PIPE_FORMAT_NONE || rgba_format == PIPE_FORMAT_A8_UNORM)
328 pscreen, rgba_format, PIPE_TEXTURE_2D, 1,
359 enum pipe_format rgba_format, ycbcr_format; local
369 rgba_format = FormatRGBAToPipe(surface_rgba_format);
370 if (rgba_format == PIPE_FORMAT_NONE || rgba_format == PIPE_FORMAT_A8_UNORM)
383 pscreen, rgba_format, PIPE_TEXTURE_2D, 1
    [all...]
output.c 45 VdpRGBAFormat rgba_format,
76 res_tmpl.format = FormatRGBAToPipe(rgba_format);
164 VdpRGBAFormat *rgba_format,
173 *rgba_format = PipeToFormatRGBA(vlsurface->sampler_view->texture->format);

Completed in 51 milliseconds