HomeSort by relevance Sort by last modified time
    Searched defs:src_desc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 406 const struct util_format_description *src_desc = local
410 return util_is_format_compatible(src_desc, dst_desc);
451 const struct util_format_description *src_desc = local
470 is_depth = util_format_has_depth(src_desc);
471 is_stencil = util_format_has_stencil(src_desc);
u_blitter.c 1132 const struct util_format_description *src_desc = local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 406 const struct util_format_description *src_desc = local
410 return util_is_format_compatible(src_desc, dst_desc);
451 const struct util_format_description *src_desc = local
470 is_depth = util_format_has_depth(src_desc);
471 is_stencil = util_format_has_stencil(src_desc);
u_blitter.c 1132 const struct util_format_description *src_desc = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 697 const struct util_format_description *src_desc = local
701 if (!util_is_format_compatible(src_desc, dst_desc))
703 src_desc->short_name,
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 697 const struct util_format_description *src_desc = local
701 if (!util_is_format_compatible(src_desc, dst_desc))
703 src_desc->short_name,
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 1626 const PIXFormat* src_desc = _get_pixel_format_descriptor(pixel_format); local
    [all...]

Completed in 2823 milliseconds