HomeSort by relevance Sort by last modified time
    Searched refs:dst_x (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /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/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);
  /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/chromium_org/ui/gfx/x/
x11_types.h 43 // - |dst_x|, |dst_y|, |copy_width| and |copy_height| define destination region
50 int dst_x, int dst_y,
x11_types.cc 42 0, 0, // dst_x, dst_y
70 int dst_x, int dst_y,
102 src_x, src_y, dst_x, dst_y,
129 src_x, src_y, dst_x, dst_y,
159 src_x, src_y, dst_x, dst_y,
  /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,
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 38 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rotator.h 42 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
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 68 int dst_x = (width() - dst_width) / 2; local
82 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /hardware/intel/img/psb_video/src/
psb_texture.h 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h,
144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
  /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;

Completed in 775 milliseconds

1 2 3 4 5