OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_pic_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.c
286
enum xa_surface_type src_hw_type,
src_pic_type
;
local
308
src_pic_type
= xa_format_type(src_pic_format);
311
src_pic_type
== xa_type_abgr) ||
313
src_pic_type
== xa_type_argb)));
315
if (!swizzle && (src_hw_type !=
src_pic_type
))
/external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c
286
enum xa_surface_type src_hw_type,
src_pic_type
;
local
308
src_pic_type
= xa_format_type(src_pic_format);
311
src_pic_type
== xa_type_abgr) ||
313
src_pic_type
== xa_type_argb)));
315
if (!swizzle && (src_hw_type !=
src_pic_type
))
Completed in 330 milliseconds