OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_pic_format
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.c
285
enum xa_formats src_hw_format,
src_pic_format
;
local
292
src_pic_format
= src_pic->pict_format;
294
set_alpha = (xa_format_type_is_color(
src_pic_format
) &&
295
xa_format_a(
src_pic_format
) == 0);
300
if (src_hw_format ==
src_pic_format
) {
308
src_pic_type = xa_format_type(
src_pic_format
);
/external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c
285
enum xa_formats src_hw_format,
src_pic_format
;
local
292
src_pic_format
= src_pic->pict_format;
294
set_alpha = (xa_format_type_is_color(
src_pic_format
) &&
295
xa_format_a(
src_pic_format
) == 0);
300
if (src_hw_format ==
src_pic_format
) {
308
src_pic_type = xa_format_type(
src_pic_format
);
Completed in 30 milliseconds