HomeSort by relevance Sort by last modified time
    Searched refs:xa_type_argb (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.h 58 xa_type_argb, enumerator in enum:xa_surface_type
121 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
122 xa_format_x8r8g8b8 = xa_format(32, xa_type_argb, 0, 8, 8, 8),
123 xa_format_r5g6b5 = xa_format(16, xa_type_argb, 0, 5, 6, 5),
124 xa_format_x1r5g5b5 = xa_format(16, xa_type_argb, 0, 5, 5, 5),
xa_composite.c 310 swizzle = ((src_hw_type == xa_type_argb &&
313 src_pic_type == xa_type_argb)));
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 58 xa_type_argb, enumerator in enum:xa_surface_type
121 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
122 xa_format_x8r8g8b8 = xa_format(32, xa_type_argb, 0, 8, 8, 8),
123 xa_format_r5g6b5 = xa_format(16, xa_type_argb, 0, 5, 6, 5),
124 xa_format_x1r5g5b5 = xa_format(16, xa_type_argb, 0, 5, 5, 5),
xa_composite.c 310 swizzle = ((src_hw_type == xa_type_argb &&
313 src_pic_type == xa_type_argb)));

Completed in 2735 milliseconds