/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_blit.c | 98 short dst_x, short dst_y, 103 int dst_x2 = dst_x + w; 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); 136 if (dst_y2 < dst_y || dst_x2 < dst_x) { 152 OUT_BATCH((dst_y << 16) | dst_x);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_blit.c | 98 short dst_x, short dst_y, 103 int dst_x2 = dst_x + w; 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); 136 if (dst_y2 < dst_y || dst_x2 < dst_x) { 152 OUT_BATCH((dst_y << 16) | dst_x);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_rotator.h | 38 unsigned int dst_x; member in struct:msm_rotator_img_info
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_rotator.h | 29 unsigned int dst_x; member in struct:msm_rotator_img_info
|
/external/chromium_org/ui/gfx/x/ |
x11_types.h | 39 // - |dst_x|, |dst_y|, |copy_width| and |copy_height| define destination region 46 int dst_x, int dst_y,
|
x11_types.cc | 27 0, 0, // dst_x, dst_y 55 int dst_x, int dst_y, 87 src_x, src_y, dst_x, dst_y, 114 src_x, src_y, dst_x, dst_y, 144 src_x, src_y, dst_x, dst_y,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.c | 47 unsigned dst_x, 66 dst_x /= blockwidth; 73 dst += dst_x * blocksize; 94 unsigned dst_x, 111 dst_x /= blockwidth; 116 dst += dst_x * blocksize;
|
u_rect.h | 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y, 99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
|
u_surface.h | 63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_rect.c | 47 unsigned dst_x, 66 dst_x /= blockwidth; 73 dst += dst_x * blocksize; 94 unsigned dst_x, 111 dst_x /= blockwidth; 116 dst += dst_x * blocksize;
|
u_rect.h | 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y, 99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
|
u_surface.h | 63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
/external/pixman/test/ |
blitters-test.c | 233 int dst_x, dst_y; local 290 dst_x = prng_rand_n (dst_width); 336 w = prng_rand_n (dst_width - dst_x + 1); 347 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n", 348 src_x, src_y, dst_x, dst_y); 355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
|
affine-test.c | 37 int dst_x, dst_y; local 72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 74 w = prng_rand_n (dst_width * 3 / 2 - dst_x); 215 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n", 216 src_x, src_y, dst_x, dst_y); 274 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
|
scaling-test.c | 64 int dst_x, dst_y; local 134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 136 w = prng_rand_n (dst_width * 3 / 2 - dst_x); 250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n", 251 src_x, src_y, dst_x, dst_y); 338 src_x, src_y, 0, 0, dst_x, dst_y, w, h); 341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
|
composite-traps-test.c | 56 int dst_x, dst_y; local 156 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 215 src_x, src_y, dst_x, dst_y, n_traps, traps);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 122 int dst_x, 130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 : 131 (int)bbox->x1 + dst_x; 132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 : 133 (int)bbox->x2 + dst_x;
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 122 int dst_x, 130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 : 131 (int)bbox->x1 + dst_x; 132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 : 133 (int)bbox->x2 + dst_x;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_renderer.h | 58 int dst_x, int dst_y, int dst_w, int dst_h,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_read.c | 83 GLint dst_x, dst_y; local 129 &dst_x, &dst_y, 142 dst_x = 0; 157 dst_x, dst_y,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_renderer.h | 58 int dst_x, int dst_y, int dst_w, int dst_h,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_read.c | 83 GLint dst_x, dst_y; local 129 &dst_x, &dst_y, 142 dst_x = 0; 157 dst_x, dst_y,
|
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_button.cc | 62 int dst_x = (width() - dst_width) / 2; local 76 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_pixel_read.c | 100 GLint dst_x = 0, dst_y = 0; local 127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) { 173 0, /* dst_x */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_pixel_read.c | 100 GLint dst_x = 0, dst_y = 0; local 127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) { 173 0, /* dst_x */
|