Lines Matching full:yoffset
2131 * \param yoffset sub-image y offset given by the user.
2148 GLint xoffset, GLint yoffset, GLint zoffset,
2213 GLint xoffset, GLint yoffset, GLint zoffset,
2236 if (yoffset < -yBorder) {
2237 _mesa_error(ctx, GL_INVALID_VALUE, "glTexSubImage%dD(yoffset)",
2241 if (yoffset + height > (GLint) destTex->Height + yBorder) {
2242 _mesa_error(ctx, GL_INVALID_VALUE, "glTexSubImage%dD(yoffset+height)",
2272 if ((xoffset % bw != 0) || (yoffset % bh != 0)) {
2274 "glTexSubImage%dD(xoffset = %d, yoffset = %d)",
2275 dimensions, xoffset, yoffset);
2533 * \param yoffset sub-image y offset given by the user.
2541 GLint xoffset, GLint yoffset, GLint zoffset,
2578 if (yoffset < -yBorder) {
2580 "glCopyTexSubImage%dD(yoffset=%d)", dimensions, yoffset);
2584 if (yoffset + height > (GLint) teximage->Height + yBorder) {
2586 yoffset+height)", dimensions);
2613 if ((xoffset & 3) || (yoffset & 3)) {
2615 "glCopyTexSubImage%dD(xoffset or yoffset)", dimensions);
3221 GLint xoffset, GLint yoffset, GLint zoffset,
3234 xoffset, yoffset, zoffset, width, height, depth,
3248 if (subtexture_error_check(ctx, dims, target, level, xoffset, yoffset, zoffset,
3260 xoffset, yoffset, zoffset,
3274 yoffset += texImage->Border;
3281 xoffset, yoffset, zoffset,
3310 GLint xoffset, GLint yoffset,
3317 xoffset, yoffset, 0,
3326 GLint xoffset, GLint yoffset, GLint zoffset,
3333 xoffset, yoffset, zoffset,
3482 GLint xoffset, GLint yoffset, GLint zoffset,
3494 level, xoffset, yoffset, zoffset, x, y, width, height);
3508 if (copytexsubimage_error_check2(ctx, dims, target, level, xoffset, yoffset,
3521 yoffset += texImage->Border;
3527 if (_mesa_clip_copytexsubimage(ctx, &xoffset, &yoffset, &x, &y,
3533 xoffset, yoffset, zoffset,
3558 GLint xoffset, GLint yoffset,
3562 copytexsubimage(ctx, 2, target, level, xoffset, yoffset, 0, x, y,
3570 GLint xoffset, GLint yoffset, GLint zoffset,
3574 yoffset, zoffset,
3596 GLint xoffset, GLint yoffset, GLint zoffset,
3655 if ((xoffset % bw != 0) || (yoffset % bh != 0))
3774 GLint xoffset, GLint yoffset, GLint zoffset,
3805 xoffset, yoffset, zoffset,
3830 GLint yoffset, GLsizei width, GLsizei height,
3834 compressed_tex_sub_image(2, target, level, xoffset, yoffset, 0,
3841 GLint yoffset, GLint zoffset, GLsizei width,
3845 compressed_tex_sub_image(3, target, level, xoffset, yoffset, zoffset,