/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.h | 51 unsigned dst_y_offset,
|
r200_blit.c | 402 unsigned dst_x_offset, unsigned dst_y_offset, 416 verts[1] = dst_y_offset + reg_height; 421 verts[5] = dst_y_offset + reg_height; 426 verts[9] = dst_y_offset; 458 * @param[in] dst_y_offset y offset in the destination image 479 unsigned dst_y_offset, 503 if (reg_height + dst_y_offset > dst_height) 504 reg_height = dst_height - dst_y_offset; 522 dst_pitch, dst_x_offset, dst_y_offset, 544 dst_x_offset, dst_y_offset, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.h | 51 unsigned dst_y_offset,
|
radeon_blit.c | 277 unsigned dst_x_offset, unsigned dst_y_offset, 291 verts[1] = dst_y_offset + reg_height; 296 verts[5] = dst_y_offset + reg_height; 301 verts[9] = dst_y_offset; 336 * @param[in] dst_y_offset y offset in the destination image 357 unsigned dst_y_offset, 381 if (reg_height + dst_y_offset > dst_height) 382 reg_height = dst_height - dst_y_offset; 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, 422 dst_x_offset, dst_y_offset, [all...] |
radeon_common_context.h | 494 unsigned dst_y_offset,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.h | 51 unsigned dst_y_offset,
|
r200_blit.c | 402 unsigned dst_x_offset, unsigned dst_y_offset, 416 verts[1] = dst_y_offset + reg_height; 421 verts[5] = dst_y_offset + reg_height; 426 verts[9] = dst_y_offset; 458 * @param[in] dst_y_offset y offset in the destination image 479 unsigned dst_y_offset, 503 if (reg_height + dst_y_offset > dst_height) 504 reg_height = dst_height - dst_y_offset; 522 dst_pitch, dst_x_offset, dst_y_offset, 544 dst_x_offset, dst_y_offset, [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.h | 51 unsigned dst_y_offset,
|
radeon_blit.c | 277 unsigned dst_x_offset, unsigned dst_y_offset, 291 verts[1] = dst_y_offset + reg_height; 296 verts[5] = dst_y_offset + reg_height; 301 verts[9] = dst_y_offset; 336 * @param[in] dst_y_offset y offset in the destination image 357 unsigned dst_y_offset, 381 if (reg_height + dst_y_offset > dst_height) 382 reg_height = dst_height - dst_y_offset; 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, 422 dst_x_offset, dst_y_offset, [all...] |
radeon_common_context.h | 494 unsigned dst_y_offset,
|
/external/libvpx/libvpx/vp8/common/ |
extend.c | 115 int dst_y_offset = srcy * dst->y_stride + srcx; local 131 dst->y_buffer + dst_y_offset,
|
/external/libvpx/libvpx/vp9/common/ |
vp9_extend.c | 118 const int dst_y_offset = srcy * dst->y_stride + srcx; local 130 dst->y_buffer + dst_y_offset, dst->y_stride,
|