• Home
  • Raw
  • Download

Lines Matching refs:yoffset

1172                                   GLint xoffset, GLint yoffset, GLint zoffset,  in error_check_subtexture_dimensions()  argument
1194 if (yoffset < -yBorder) { in error_check_subtexture_dimensions()
1198 if (yoffset + subHeight > (GLint) destImage->Height) { in error_check_subtexture_dimensions()
1200 func, yoffset, subHeight, destImage->Height); in error_check_subtexture_dimensions()
1238 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1241 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1258 (yoffset + subHeight != (GLint) destImage->Height)) { in error_check_subtexture_dimensions()
2183 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2250 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2564 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
2609 xoffset, yoffset, zoffset, in copytexsubimage_error_check()
3291 GLint xoffset, GLint yoffset, GLint zoffset, in texture_sub_image() argument
3312 yoffset += texImage->Border; in texture_sub_image()
3319 xoffset, yoffset, zoffset, in texture_sub_image()
3339 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_err() argument
3359 xoffset, yoffset, zoffset, in texsubimage_err()
3372 xoffset, yoffset, zoffset, width, height, depth, in texsubimage_err()
3377 xoffset, yoffset, zoffset, width, height, depth, in texsubimage_err()
3384 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage() argument
3395 xoffset, yoffset, zoffset, width, height, depth, in texsubimage()
3407 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage() argument
3420 xoffset, yoffset, zoffset, width, height, depth, in texturesubimage()
3442 xoffset, yoffset, zoffset, in texturesubimage()
3497 level, xoffset, yoffset, 0, in texturesubimage()
3508 level, xoffset, yoffset, zoffset, in texturesubimage()
3518 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_error() argument
3523 texturesubimage(ctx, dims, texture, level, xoffset, yoffset, zoffset, in texturesubimage_error()
3532 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_no_error() argument
3537 texturesubimage(ctx, dims, texture, level, xoffset, yoffset, zoffset, in texturesubimage_no_error()
3573 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D_no_error() argument
3580 xoffset, yoffset, 0, in _mesa_TexSubImage2D_no_error()
3588 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D() argument
3595 xoffset, yoffset, 0, in _mesa_TexSubImage2D()
3603 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D_no_error() argument
3610 xoffset, yoffset, zoffset, in _mesa_TexSubImage3D_no_error()
3618 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D() argument
3625 xoffset, yoffset, zoffset, in _mesa_TexSubImage3D()
3656 GLint yoffset, GLsizei width, GLsizei height, in _mesa_TextureSubImage2D_no_error() argument
3661 texturesubimage_no_error(ctx, 2, texture, level, xoffset, yoffset, 0, width, in _mesa_TextureSubImage2D_no_error()
3669 GLint xoffset, GLint yoffset, in _mesa_TextureSubImage2D() argument
3675 texturesubimage_error(ctx, 2, texture, level, xoffset, yoffset, 0, width, in _mesa_TextureSubImage2D()
3683 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_TextureSubImage3D_no_error() argument
3688 texturesubimage_no_error(ctx, 3, texture, level, xoffset, yoffset, zoffset, in _mesa_TextureSubImage3D_no_error()
3696 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TextureSubImage3D() argument
3702 texturesubimage_error(ctx, 3, texture, level, xoffset, yoffset, zoffset, in _mesa_TextureSubImage3D()
3731 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_by_slice() argument
3745 assert(yoffset + slice < texImage->Height); in copytexsubimage_by_slice()
3747 xoffset, 0, yoffset + slice, in copytexsubimage_by_slice()
3752 xoffset, yoffset, zoffset, in copytexsubimage_by_slice()
3813 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image() argument
3830 yoffset += texImage->Border; in copy_texture_sub_image()
3836 if (_mesa_clip_copytexsubimage(ctx, &xoffset, &yoffset, &x, &y, in copy_texture_sub_image()
3841 copytexsubimage_by_slice(ctx, texImage, dims, xoffset, yoffset, zoffset, in copy_texture_sub_image()
3859 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image_err() argument
3868 level, xoffset, yoffset, zoffset, x, y, width, height); in copy_texture_sub_image_err()
3874 xoffset, yoffset, zoffset, in copy_texture_sub_image_err()
3879 copy_texture_sub_image(ctx, dims, texObj, target, level, xoffset, yoffset, in copy_texture_sub_image_err()
3888 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image_no_error() argument
3896 copy_texture_sub_image(ctx, dims, texObj, target, level, xoffset, yoffset, in copy_texture_sub_image_no_error()
4158 GLint xoffset, GLint yoffset, in _mesa_CopyTexSubImage2D() argument
4178 copy_texture_sub_image_err(ctx, 2, texObj, target, level, xoffset, yoffset, in _mesa_CopyTexSubImage2D()
4185 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTexSubImage3D() argument
4205 copy_texture_sub_image_err(ctx, 3, texObj, target, level, xoffset, yoffset, in _mesa_CopyTexSubImage3D()
4236 GLint xoffset, GLint yoffset, in _mesa_CopyTextureSubImage2D() argument
4255 yoffset, 0, x, y, width, height, self); in _mesa_CopyTextureSubImage2D()
4261 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTextureSubImage3D() argument
4283 level, xoffset, yoffset, 0, x, y, width, height, in _mesa_CopyTextureSubImage3D()
4288 yoffset, zoffset, x, y, width, height, self); in _mesa_CopyTextureSubImage3D()
4306 GLint yoffset, GLint x, GLint y, GLsizei width, in _mesa_CopyTexSubImage2D_no_error() argument
4313 yoffset, 0, x, y, width, height); in _mesa_CopyTexSubImage2D_no_error()
4319 GLint yoffset, GLint zoffset, GLint x, GLint y, in _mesa_CopyTexSubImage3D_no_error() argument
4326 yoffset, zoffset, x, y, width, height); in _mesa_CopyTexSubImage3D_no_error()
4344 GLint yoffset, GLint x, GLint y, in _mesa_CopyTextureSubImage2D_no_error() argument
4351 xoffset, yoffset, 0, x, y, width, height); in _mesa_CopyTextureSubImage2D_no_error()
4357 GLint yoffset, GLint zoffset, GLint x, in _mesa_CopyTextureSubImage3D_no_error() argument
4367 level, xoffset, yoffset, 0, x, y, width, in _mesa_CopyTextureSubImage3D_no_error()
4372 xoffset, yoffset, zoffset, x, y, width, in _mesa_CopyTextureSubImage3D_no_error()
4517 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_ClearTexSubImage() argument
4550 yoffset < -(GLint) texImages[0]->Border || in _mesa_ClearTexSubImage()
4556 yoffset + height > texImages[0]->Height || in _mesa_ClearTexSubImage()
4568 xoffset, yoffset, zoffset, in _mesa_ClearTexSubImage()
4583 xoffset, yoffset, 0, in _mesa_ClearTexSubImage()
4762 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_subtexture_error_check() argument
4823 if (error_check_subtexture_dimensions(ctx, dims, texImage, xoffset, yoffset, in compressed_subtexture_error_check()
4914 GLint yoffset, GLint zoffset, GLsizei width, in compressed_texture_sub_image() argument
4924 xoffset, yoffset, zoffset, in compressed_texture_sub_image()
4941 GLint level, GLint xoffset, GLint yoffset, in compressed_tex_sub_image() argument
4978 xoffset, yoffset, zoffset, width, in compressed_tex_sub_image()
5005 texObj->Target, level, xoffset, yoffset, in compressed_tex_sub_image()
5022 xoffset, yoffset, zoffset, width, height, in compressed_tex_sub_image()
5029 GLint level, GLint xoffset, GLint yoffset, in compressed_tex_sub_image_error() argument
5035 compressed_tex_sub_image(dim, target, texture, level, xoffset, yoffset, in compressed_tex_sub_image_error()
5042 GLint level, GLint xoffset, GLint yoffset, in compressed_tex_sub_image_no_error() argument
5048 compressed_tex_sub_image(dim, target, texture, level, xoffset, yoffset, in compressed_tex_sub_image_no_error()
5100 GLint xoffset, GLint yoffset, in _mesa_CompressedTexSubImage2D_no_error() argument
5105 compressed_tex_sub_image_no_error(2, target, 0, level, xoffset, yoffset, 0, in _mesa_CompressedTexSubImage2D_no_error()
5113 GLint yoffset, GLsizei width, GLsizei height, in _mesa_CompressedTexSubImage2D() argument
5117 compressed_tex_sub_image_error(2, target, 0, level, xoffset, yoffset, 0, in _mesa_CompressedTexSubImage2D()
5125 GLint xoffset, GLint yoffset, in _mesa_CompressedTextureSubImage2D_no_error() argument
5130 compressed_tex_sub_image_no_error(2, 0, texture, level, xoffset, yoffset, 0, in _mesa_CompressedTextureSubImage2D_no_error()
5138 GLint yoffset, in _mesa_CompressedTextureSubImage2D() argument
5143 compressed_tex_sub_image_error(2, 0, texture, level, xoffset, yoffset, 0, in _mesa_CompressedTextureSubImage2D()
5150 GLint xoffset, GLint yoffset, in _mesa_CompressedTexSubImage3D_no_error() argument
5156 compressed_tex_sub_image_no_error(3, target, 0, level, xoffset, yoffset, in _mesa_CompressedTexSubImage3D_no_error()
5164 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3D() argument
5168 compressed_tex_sub_image_error(3, target, 0, level, xoffset, yoffset, in _mesa_CompressedTexSubImage3D()
5176 GLint xoffset, GLint yoffset, in _mesa_CompressedTextureSubImage3D_no_error() argument
5182 compressed_tex_sub_image_no_error(3, 0, texture, level, xoffset, yoffset, in _mesa_CompressedTextureSubImage3D_no_error()
5190 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTextureSubImage3D() argument
5195 compressed_tex_sub_image_error(3, 0, texture, level, xoffset, yoffset, in _mesa_CompressedTextureSubImage3D()