HomeSort by relevance Sort by last modified time
    Searched full:dest_format (Results 1 - 13 of 13) sorted by null

  /external/pixman/test/
check-formats.c 7 pixman_format_code_t dest_format)
18 pixel_checker_init (&dest_checker, dest_format);
30 di = pixman_image_create_bits (dest_format, 1, 1, &d, 4);
61 d <<= 32 - PIXMAN_FORMAT_BPP (dest_format);
68 d >>= (32 - PIXMAN_FORMAT_BPP (dest_format));
75 printf ("dest: %-12s pixel: %08x\n", format_name (dest_format), orig_d);
76 printf ("got: %-12s pixel: %08x\n", format_name (dest_format), d);
pixel-test.c 36 pixman_format_code_t dest_format; member in struct:pixel_combination_t
172 pixel_checker_init (&dest_checker, combination->dest_format);
184 combination->dest_format, size, size, NULL, -1);
205 printf (" dest format: %s\n", format_name (combination->dest_format));
  /external/pixman/pixman/
pixman-implementation.c 81 pixman_format_code_t dest_format,
105 info->dest_format == dest_format &&
130 ((info->dest_format == dest_format) ||
131 (info->dest_format == PIXMAN_any)) &&
176 cache->cache[0].fast_path.dest_format = dest_format;
pixman-glyph.c 409 pixman_format_code_t dest_format; local
419 dest_format = dest->common.extended_format_code;
471 dest_format, dest_flags, local
508 pixman_format_code_t dest_format; local
518 dest_format = dest->common.extended_format_code;
580 dest_format, dest_flags, local
pixman.c 583 pixman_format_code_t src_format, mask_format, dest_format; local
611 dest_format = dest->common.extended_format_code;
687 dest_format, info.dest_flags, local
    [all...]
pixman-private.h 470 pixman_format_code_t dest_format; member in struct:__anon26196
508 pixman_format_code_t dest_format,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioCVT.3 10 Uint16 dest_format;
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlaudiocvt.html 96 Uint16 dest_format;
162 >dest_format</I
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 856 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 953 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec_hevc.h 893 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]

Completed in 313 milliseconds