• Home
  • Raw
  • Download

Lines Matching refs:yoffset

1151                                   GLint xoffset, GLint yoffset, GLint zoffset,  in error_check_subtexture_dimensions()  argument
1173 if (yoffset < -yBorder) { in error_check_subtexture_dimensions()
1177 if (yoffset + subHeight > (GLint) destImage->Height) { in error_check_subtexture_dimensions()
1179 func, yoffset, subHeight, destImage->Height); in error_check_subtexture_dimensions()
1217 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1220 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1237 (yoffset + subHeight != (GLint) destImage->Height)) { in error_check_subtexture_dimensions()
2165 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2240 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2551 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
2596 xoffset, yoffset, zoffset, in copytexsubimage_error_check()
3560 GLint xoffset, GLint yoffset, GLint zoffset, in texture_sub_image() argument
3580 yoffset += texImage->Border; in texture_sub_image()
3587 xoffset, yoffset, zoffset, in texture_sub_image()
3607 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_err() argument
3627 xoffset, yoffset, zoffset, in texsubimage_err()
3640 xoffset, yoffset, zoffset, width, height, depth, in texsubimage_err()
3645 xoffset, yoffset, zoffset, width, height, depth, in texsubimage_err()
3652 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage() argument
3663 xoffset, yoffset, zoffset, width, height, depth, in texsubimage()
3675 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage() argument
3688 xoffset, yoffset, zoffset, width, height, depth, in texturesubimage()
3714 xoffset, yoffset, zoffset, in texturesubimage()
3769 level, xoffset, yoffset, 0, in texturesubimage()
3780 level, xoffset, yoffset, zoffset, in texturesubimage()
3790 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_error() argument
3795 texturesubimage(ctx, dims, texture, target, level, xoffset, yoffset, in texturesubimage_error()
3804 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_no_error() argument
3809 texturesubimage(ctx, dims, texture, target, level, xoffset, yoffset, in texturesubimage_no_error()
3845 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D_no_error() argument
3852 xoffset, yoffset, 0, in _mesa_TexSubImage2D_no_error()
3860 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D() argument
3867 xoffset, yoffset, 0, in _mesa_TexSubImage2D()
3875 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D_no_error() argument
3882 xoffset, yoffset, zoffset, in _mesa_TexSubImage3D_no_error()
3890 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D() argument
3897 xoffset, yoffset, zoffset, in _mesa_TexSubImage3D()
3965 GLint yoffset, GLsizei width, GLsizei height, in _mesa_TextureSubImage2D_no_error() argument
3970 texturesubimage_no_error(ctx, 2, texture, 0, level, xoffset, yoffset, 0, in _mesa_TextureSubImage2D_no_error()
3978 GLint xoffset, GLint yoffset, GLsizei width, in _mesa_TextureSubImage2DEXT() argument
3983 texturesubimage_error(ctx, 2, texture, target, level, xoffset, yoffset, 0, in _mesa_TextureSubImage2DEXT()
3991 GLint xoffset, GLint yoffset, GLsizei width, in _mesa_MultiTexSubImage2DEXT() argument
4006 xoffset, yoffset, 0, width, height, 1, in _mesa_MultiTexSubImage2DEXT()
4013 GLint xoffset, GLint yoffset, in _mesa_TextureSubImage2D() argument
4019 texturesubimage_error(ctx, 2, texture, 0, level, xoffset, yoffset, 0, in _mesa_TextureSubImage2D()
4027 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_TextureSubImage3D_no_error() argument
4032 texturesubimage_no_error(ctx, 3, texture, 0, level, xoffset, yoffset, in _mesa_TextureSubImage3D_no_error()
4040 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TextureSubImage3DEXT() argument
4045 texturesubimage_error(ctx, 3, texture, target, level, xoffset, yoffset, in _mesa_TextureSubImage3DEXT()
4053 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_MultiTexSubImage3DEXT() argument
4068 xoffset, yoffset, zoffset, width, height, depth, in _mesa_MultiTexSubImage3DEXT()
4075 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TextureSubImage3D() argument
4081 texturesubimage_error(ctx, 3, texture, 0, level, xoffset, yoffset, zoffset, in _mesa_TextureSubImage3D()
4110 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_by_slice() argument
4124 assert(yoffset + slice < texImage->Height); in copytexsubimage_by_slice()
4126 xoffset, 0, yoffset + slice, in copytexsubimage_by_slice()
4131 xoffset, yoffset, zoffset, in copytexsubimage_by_slice()
4192 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image() argument
4209 yoffset += texImage->Border; in copy_texture_sub_image()
4216 _mesa_clip_copytexsubimage(ctx, &xoffset, &yoffset, &x, &y, in copy_texture_sub_image()
4221 copytexsubimage_by_slice(ctx, texImage, dims, xoffset, yoffset, zoffset, in copy_texture_sub_image()
4239 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image_err() argument
4248 level, xoffset, yoffset, zoffset, x, y, width, height); in copy_texture_sub_image_err()
4254 xoffset, yoffset, zoffset, in copy_texture_sub_image_err()
4259 copy_texture_sub_image(ctx, dims, texObj, target, level, xoffset, yoffset, in copy_texture_sub_image_err()
4268 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image_no_error() argument
4276 copy_texture_sub_image(ctx, dims, texObj, target, level, xoffset, yoffset, in copy_texture_sub_image_no_error()
4613 GLint xoffset, GLint yoffset, in _mesa_CopyTexSubImage2D() argument
4633 copy_texture_sub_image_err(ctx, 2, texObj, target, level, xoffset, yoffset, in _mesa_CopyTexSubImage2D()
4640 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTexSubImage3D() argument
4660 copy_texture_sub_image_err(ctx, 3, texObj, target, level, xoffset, yoffset, in _mesa_CopyTexSubImage3D()
4735 GLint xoffset, GLint yoffset, in _mesa_CopyTextureSubImage2D() argument
4754 yoffset, 0, x, y, width, height, self); in _mesa_CopyTextureSubImage2D()
4760 GLint xoffset, GLint yoffset, in _mesa_CopyTextureSubImage2DEXT() argument
4779 yoffset, 0, x, y, width, height, self); in _mesa_CopyTextureSubImage2DEXT()
4785 GLint xoffset, GLint yoffset, in _mesa_CopyMultiTexSubImage2DEXT() argument
4799 yoffset, 0, x, y, width, height, self); in _mesa_CopyMultiTexSubImage2DEXT()
4804 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTextureSubImage3D() argument
4826 level, xoffset, yoffset, 0, x, y, width, height, in _mesa_CopyTextureSubImage3D()
4831 yoffset, zoffset, x, y, width, height, self); in _mesa_CopyTextureSubImage3D()
4837 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTextureSubImage3DEXT() argument
4859 level, xoffset, yoffset, 0, x, y, width, height, in _mesa_CopyTextureSubImage3DEXT()
4864 yoffset, zoffset, x, y, width, height, self); in _mesa_CopyTextureSubImage3DEXT()
4870 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyMultiTexSubImage3DEXT() argument
4887 level, xoffset, yoffset, 0, x, y, width, height, in _mesa_CopyMultiTexSubImage3DEXT()
4892 yoffset, zoffset, x, y, width, height, self); in _mesa_CopyMultiTexSubImage3DEXT()
4910 GLint yoffset, GLint x, GLint y, GLsizei width, in _mesa_CopyTexSubImage2D_no_error() argument
4917 yoffset, 0, x, y, width, height); in _mesa_CopyTexSubImage2D_no_error()
4923 GLint yoffset, GLint zoffset, GLint x, GLint y, in _mesa_CopyTexSubImage3D_no_error() argument
4930 yoffset, zoffset, x, y, width, height); in _mesa_CopyTexSubImage3D_no_error()
4948 GLint yoffset, GLint x, GLint y, in _mesa_CopyTextureSubImage2D_no_error() argument
4955 xoffset, yoffset, 0, x, y, width, height); in _mesa_CopyTextureSubImage2D_no_error()
4961 GLint yoffset, GLint zoffset, GLint x, in _mesa_CopyTextureSubImage3D_no_error() argument
4971 level, xoffset, yoffset, 0, x, y, width, in _mesa_CopyTextureSubImage3D_no_error()
4976 xoffset, yoffset, zoffset, x, y, width, in _mesa_CopyTextureSubImage3D_no_error()
5121 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_ClearTexSubImage() argument
5154 yoffset < -(GLint) texImages[0]->Border || in _mesa_ClearTexSubImage()
5160 yoffset + height > texImages[0]->Height || in _mesa_ClearTexSubImage()
5172 xoffset, yoffset, zoffset, in _mesa_ClearTexSubImage()
5187 xoffset, yoffset, 0, in _mesa_ClearTexSubImage()
5391 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_subtexture_error_check() argument
5452 if (error_check_subtexture_dimensions(ctx, dims, texImage, xoffset, yoffset, in compressed_subtexture_error_check()
5657 GLint yoffset, GLint zoffset, GLsizei width, in compressed_texture_sub_image() argument
5667 xoffset, yoffset, zoffset, in compressed_texture_sub_image()
5698 GLint level, GLint xoffset, GLint yoffset, in compressed_tex_sub_image() argument
5759 xoffset, yoffset, zoffset, width, in compressed_tex_sub_image()
5788 texObj->Target, level, xoffset, yoffset, in compressed_tex_sub_image()
5805 xoffset, yoffset, zoffset, width, height, in compressed_tex_sub_image()
5895 GLint xoffset, GLint yoffset, in _mesa_CompressedTexSubImage2D_no_error() argument
5901 xoffset, yoffset, 0, in _mesa_CompressedTexSubImage2D_no_error()
5910 GLint yoffset, GLsizei width, GLsizei height, in _mesa_CompressedTexSubImage2D() argument
5915 xoffset, yoffset, 0, in _mesa_CompressedTexSubImage2D()
5925 GLint yoffset, GLsizei width, in _mesa_CompressedTextureSubImage2DEXT() argument
5930 yoffset, 0, width, height, 1, format, in _mesa_CompressedTextureSubImage2DEXT()
5939 GLint level, GLint xoffset, GLint yoffset, in _mesa_CompressedMultiTexSubImage2DEXT() argument
5944 xoffset, yoffset, 0, width, height, 1, format, in _mesa_CompressedMultiTexSubImage2DEXT()
5953 GLint xoffset, GLint yoffset, in _mesa_CompressedTextureSubImage2D_no_error() argument
5958 compressed_tex_sub_image(2, 0, texture, level, xoffset, yoffset, 0, in _mesa_CompressedTextureSubImage2D_no_error()
5967 GLint yoffset, in _mesa_CompressedTextureSubImage2D() argument
5972 compressed_tex_sub_image(2, 0, texture, level, xoffset, yoffset, 0, in _mesa_CompressedTextureSubImage2D()
5980 GLint xoffset, GLint yoffset, in _mesa_CompressedTexSubImage3D_no_error() argument
5986 compressed_tex_sub_image(3, target, 0, level, xoffset, yoffset, in _mesa_CompressedTexSubImage3D_no_error()
5995 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3D() argument
5999 compressed_tex_sub_image(3, target, 0, level, xoffset, yoffset, in _mesa_CompressedTexSubImage3D()
6008 GLint xoffset, GLint yoffset, in _mesa_CompressedTextureSubImage3D_no_error() argument
6014 compressed_tex_sub_image(3, 0, texture, level, xoffset, yoffset, in _mesa_CompressedTextureSubImage3D_no_error()
6023 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTextureSubImage3D() argument
6028 compressed_tex_sub_image(3, 0, texture, level, xoffset, yoffset, in _mesa_CompressedTextureSubImage3D()
6039 GLint yoffset, GLint zoffset, in _mesa_CompressedTextureSubImage3DEXT() argument
6044 compressed_tex_sub_image(3, target, texture, level, xoffset, yoffset, in _mesa_CompressedTextureSubImage3DEXT()
6054 GLint level, GLint xoffset, GLint yoffset, in _mesa_CompressedMultiTexSubImage3DEXT() argument
6060 xoffset, yoffset, zoffset, width, height, depth, in _mesa_CompressedMultiTexSubImage3DEXT()