Searched defs:image_y (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc463 int image_x = 51, image_y = 72; local
464 dc.PaintImageData(test_image, pp::Point(image_x, image_y));
473 int scroll_x = image_x + dx, scroll_y = image_y + dy;
474 pp::Rect clip(image_x, image_y, image_width, image_height);
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
498 clip = pp::Rect(0, 0, image_x, image_y);
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
509 clip = pp::Rect(0, 0, image_x + part_w, image_y + part_h);
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
522 clip = pp::Rect(0, 0, image_x + image_width, image_y
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc465 T *image_y) {
479 *image_y = focal_length_y * yd + principal_point_y;
453 ApplyRadialDistortionCameraIntrinsics(const T &focal_length_x, const T &focal_length_y, const T &principal_point_x, const T &principal_point_y, const T &k1, const T &k2, const T &k3, const T &p1, const T &p2, const T &normalized_x, const T &normalized_y, T *image_x, T *image_y) argument

Completed in 376 milliseconds