Lines Matching refs:zoffset
78 GLint xoffset, GLint yoffset, GLint zoffset,
96 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img,
110 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img);
127 GLint xoffset, GLint yoffset, GLint zoffset,
141 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img,
169 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img);
183 GLint xoffset, GLint yoffset, GLint zoffset,
197 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img,
214 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img);
229 GLint xoffset, GLint yoffset, GLint zoffset,
241 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img,
266 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img);
315 GLint xoffset, GLint yoffset, GLint zoffset,
346 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice,
354 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice);
432 GLint xoffset, GLint yoffset, GLint zoffset,
475 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img,
558 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img);
572 GLint xoffset, GLint yoffset, GLint zoffset,
596 xoffset, yoffset, zoffset,
603 xoffset, yoffset, zoffset,
617 GLint xoffset, GLint yoffset, GLint zoffset,
658 ctx->Driver.MapTextureImage(ctx, texImage, zoffset,
676 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset);
695 GLint xoffset, GLint yoffset, GLint zoffset,
730 zoffset = yoffset;
732 assert(zoffset + depth <= texImage->Height);
734 assert(zoffset + depth <= texImage->Depth);
737 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth,
742 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset,
746 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset,
751 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset,
755 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset,
759 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset,
777 GLint zoffset, GLsizei width,
815 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice,
827 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice);
889 * GL_TEXTURE_CUBE_MAP in which case we use zoffset to select a cube face.
895 GLint level, GLint zoffset)
900 assert(zoffset >= 0);
901 assert(zoffset < 6);
902 target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset;
917 GLint xoffset, GLint yoffset, GLint zoffset,
934 if (zoffset < 0) {
935 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset);
971 if (zoffset != 0) {
973 "%s(zoffset = %d)", caller, zoffset);
986 if (zoffset + depth > 6) {
988 "%s(zoffset + depth = %d)", caller, zoffset + depth);
996 texImage = select_tex_image(texObj, target, level, zoffset);
1019 if (zoffset + depth > imageDepth) {
1021 "%s(zoffset %d + depth %d > %u)",
1022 caller, zoffset, depth, imageDepth);
1046 if (zoffset % bd != 0) {
1048 "%s(zoffset = %d)", caller, zoffset);
1070 (zoffset + depth != (GLint) texImage->Depth)) {
1307 GLint xoffset, GLint yoffset, GLint zoffset,
1322 xoffset, yoffset, zoffset,
1332 texImage = select_tex_image(texObj, target, level, zoffset);
1388 GLint xoffset, GLint yoffset, GLint zoffset,
1399 texImage = select_tex_image(texObj, target, level, zoffset);
1420 firstFace = zoffset;
1422 zoffset = 0;
1437 ctx->Driver.GetTexSubImage(ctx, xoffset, yoffset, zoffset,
1602 GLint xoffset, GLint yoffset, GLint zoffset,
1623 xoffset, yoffset, zoffset,
1630 xoffset, yoffset, zoffset, width, height, depth,
1669 GLint xoffset, GLint yoffset, GLint zoffset,
1694 xoffset, yoffset, zoffset,
1699 texImage = select_tex_image(texObj, target, level, zoffset);
1763 GLint xoffset, GLint yoffset, GLint zoffset,
1773 texImage = select_tex_image(texObj, target, level, zoffset);
1796 firstFace = zoffset;
1798 zoffset = 0;
1814 xoffset, yoffset, zoffset,
1975 GLint zoffset, GLsizei width,
1989 xoffset, yoffset, zoffset,
1996 xoffset, yoffset, zoffset,