Searched defs:colortbl_format (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; local
318 colortbl_format = FormatColorTableToPipe(color_table_format);
319 if (colortbl_format == PIPE_FORMAT_NONE)
340 pscreen, colortbl_format, PIPE_TEXTURE_1D, 1,
H A Doutput.c286 enum pipe_format colortbl_format; local
310 colortbl_format = FormatColorTableToPipe(color_table_format);
311 if (colortbl_format == PIPE_FORMAT_NONE)
360 res_tmpl.format = colortbl_format;
379 util_format_get_stride(colortbl_format, res->width0), 0);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; local
318 colortbl_format = FormatColorTableToPipe(color_table_format);
319 if (colortbl_format == PIPE_FORMAT_NONE)
340 pscreen, colortbl_format, PIPE_TEXTURE_1D, 1,
H A Doutput.c286 enum pipe_format colortbl_format; local
310 colortbl_format = FormatColorTableToPipe(color_table_format);
311 if (colortbl_format == PIPE_FORMAT_NONE)
360 res_tmpl.format = colortbl_format;
379 util_format_get_stride(colortbl_format, res->width0), 0);

Completed in 497 milliseconds