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

1 23 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.h 129 GLuint dst_x,
intel_regions.c 338 GLuint dst_x,
349 dst += dst_x * cpp;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 129 GLuint dst_x,
intel_regions.c 338 GLuint dst_x,
349 dst += dst_x * cpp;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
planar_functions.cc     [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 534 unsigned dst_x, unsigned dst_y,
556 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y,
562 assert(dst_x % dst_format_desc->block.width == 0);
567 dst_row = (uint8_t *)dst + dst_y*dst_stride + dst_x*(dst_format_desc->block.bits/8);
u_surface.c 150 unsigned dst_x, unsigned dst_y, unsigned dst_z,
184 dst_x, dst_y, w, h);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 229 int dst_x,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 534 unsigned dst_x, unsigned dst_y,
556 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y,
562 assert(dst_x % dst_format_desc->block.width == 0);
567 dst_row = (uint8_t *)dst + dst_y*dst_stride + dst_x*(dst_format_desc->block.bits/8);
u_surface.c 150 unsigned dst_x, unsigned dst_y, unsigned dst_z,
184 dst_x, dst_y, w, h);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 229 int dst_x,
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 1329 unsigned int dst_x; local
1612 unsigned int dst_x; local
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 683 for (int dst_x = 0; dst_x < dst_w; ++dst_x) {
684 float dst_x_in_src = (dst_x + 0.5) * src_w / dst_w;
716 SkColor dst_color = *dst.getAddr32(dst_x, dst_y);
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 326 int dst_x = position == DisplayLayout::LEFT ? local
330 dst_x, upper_shared_y, kIndicatorThickness, shared_height);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.c 50 unsigned dst_x, unsigned dst_y, unsigned dst_z,
70 box.x = dst_x;
83 dst_handle, dst_level, dst_x, dst_y, dst_z);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 50 unsigned dst_x, unsigned dst_y, unsigned dst_z,
70 box.x = dst_x;
83 dst_handle, dst_level, dst_x, dst_y, dst_z);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 469 float dst_x = frame.left; local
472 TP.set(dst_x, dst_y);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 75 short dst_x,
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 338 s, rot.session_id, rot.dst_x, rot.dst_y,
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 247 s, rot.session_id, rot.dst_x, rot.dst_y,
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 335 s, rot.session_id, rot.dst_x, rot.dst_y,
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 330 uint32_t dst_x; member in struct:msm_pp_crop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 2307 uint16_t dst_x; \/**< *\/ member in struct:xcb_translate_coordinates_reply_t
2327 int16_t dst_x; \/**< *\/ member in struct:xcb_warp_pointer_request_t
2945 int16_t dst_x; \/**< *\/ member in struct:xcb_copy_area_request_t
2966 int16_t dst_x; \/**< *\/ member in struct:xcb_copy_plane_request_t
3138 int16_t dst_x; \/**< *\/ member in struct:xcb_put_image_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 2307 uint16_t dst_x; \/**< *\/ member in struct:xcb_translate_coordinates_reply_t
2327 int16_t dst_x; \/**< *\/ member in struct:xcb_warp_pointer_request_t
2945 int16_t dst_x; \/**< *\/ member in struct:xcb_copy_area_request_t
2966 int16_t dst_x; \/**< *\/ member in struct:xcb_copy_plane_request_t
3138 int16_t dst_x; \/**< *\/ member in struct:xcb_put_image_request_t
    [all...]

Completed in 1312 milliseconds

1 23 4 5