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

1 2

  /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,
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
intel_fbo.c 553 unsigned int dst_x, dst_y; local
560 &dst_x, &dst_y);
562 irb->draw_x = dst_x;
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
695 &dst_x, &dst_y);
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
711 dst_x, dst_y,
723 dst_x, dst_y,
    [all...]
  /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 */
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
pyr_down.hpp 178 const int dst_x = (blockIdx.x * blockDim.x + tid2) / 2; local
180 if (dst_x < dst_cols)
181 dst(y, dst_x) = saturate_cast<DstType>(sum);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rotator.h 29 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/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/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 273 int dst_x = rect.left(), dst_y = rect.top(); local
276 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
291 int dst_x = rect.left(), dst_y = rect.top(); local
306 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 38 unsigned int dst_x; member in struct:msm_rotator_img_info
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
252 dst_x = 0;
298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
545 dst_x = 0;
598 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h);
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
644 dst_x = 0;
690 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 535 float dst_x = frame.left; local
538 TP.set(dst_x, dst_y);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 408 FP1616 dst_x; member in struct:__anon36725
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 406 FP1616 dst_x; member in struct:__anon38588
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 330 uint32_t dst_x; member in struct:msm_pp_crop

Completed in 758 milliseconds

1 2