Lines Matching refs:zoffset
1172 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument
1212 if (zoffset < -zBorder) { in error_check_subtexture_dimensions()
1220 if (zoffset + subDepth > depth) { in error_check_subtexture_dimensions()
1222 func, zoffset, subDepth, depth); 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()
1265 (zoffset + subDepth != (GLint) destImage->Depth)) { 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
3308 zoffset += 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()
3492 for (i = zoffset; i < zoffset + depth; ++i) { 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()
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()
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
3742 assert(zoffset == 0); 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
3826 zoffset += texImage->Border; 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()
3880 zoffset, x, y, width, height); in copy_texture_sub_image_err()
3888 GLint xoffset, GLint yoffset, GLint zoffset, in copy_texture_sub_image_no_error() argument
3897 zoffset, x, y, width, height); in copy_texture_sub_image_no_error()
4185 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTexSubImage3D() argument
4206 zoffset, x, y, width, height, self); in _mesa_CopyTexSubImage3D()
4261 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTextureSubImage3D() argument
4282 GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset, in _mesa_CopyTextureSubImage3D()
4288 yoffset, zoffset, x, y, width, height, self); in _mesa_CopyTextureSubImage3D()
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()
4357 GLint yoffset, GLint zoffset, GLint x, in _mesa_CopyTextureSubImage3D_no_error() argument
4366 GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset, 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
4551 zoffset < minDepth || in _mesa_ClearTexSubImage()
4557 zoffset + depth > maxDepth) { in _mesa_ClearTexSubImage()
4568 xoffset, yoffset, zoffset, in _mesa_ClearTexSubImage()
4574 for (i = zoffset; i < zoffset + depth; i++) { in _mesa_ClearTexSubImage()
4580 for (i = zoffset; i < zoffset + depth; i++) { in _mesa_ClearTexSubImage()
4762 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_subtexture_error_check() argument
4824 zoffset, width, height, depth, 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()
4942 GLint zoffset, GLsizei width, GLsizei height, in compressed_tex_sub_image() argument
4978 xoffset, yoffset, zoffset, width, in compressed_tex_sub_image()
5000 for (int i = zoffset; i < zoffset + depth; ++i) { in compressed_tex_sub_image()
5022 xoffset, yoffset, zoffset, width, height, in compressed_tex_sub_image()
5030 GLint zoffset, GLsizei width, GLsizei height, in compressed_tex_sub_image_error() argument
5036 zoffset, width, height, depth, format, imageSize, in compressed_tex_sub_image_error()
5043 GLint zoffset, GLsizei width, GLsizei height, in compressed_tex_sub_image_no_error() argument
5049 zoffset, width, height, depth, format, imageSize, in compressed_tex_sub_image_no_error()
5151 GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3D_no_error() argument
5157 zoffset, width, height, depth, format, in _mesa_CompressedTexSubImage3D_no_error()
5164 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3D() argument
5169 zoffset, width, height, depth, format, in _mesa_CompressedTexSubImage3D()
5177 GLint zoffset, GLsizei width, in _mesa_CompressedTextureSubImage3D_no_error() argument
5183 zoffset, width, height, depth, format, in _mesa_CompressedTextureSubImage3D_no_error()
5190 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTextureSubImage3D() argument
5196 zoffset, width, height, depth, format, in _mesa_CompressedTextureSubImage3D()