OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colortbl_format
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
query.c
300
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,
output.c
286
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/
query.c
300
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,
output.c
286
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 3483 milliseconds