OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgba_format
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/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);
/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 1718 milliseconds