Lines Matching full:zoffset
333 GLenum texTarget, GLuint level, GLuint zoffset)
354 att->Zoffset = zoffset;
560 if (texObj->Target == GL_TEXTURE_3D && att->Zoffset >= texImage->Depth) {
1984 dst_att->Zoffset = src_att->Zoffset;
1997 GLint level, GLint zoffset)
2020 /* The textarget, level, and zoffset parameters are only validated if
2062 if (zoffset < 0 || zoffset >= maxSize) {
2064 "glFramebufferTexture%sEXT(zoffset)", caller);
2070 if (zoffset < 0 || zoffset >= ctx->Const.MaxArrayTextureLayers) {
2102 zoffset == fb->Attachment[BUFFER_STENCIL].Zoffset) {
2115 zoffset == fb->Attachment[BUFFER_DEPTH].Zoffset) {
2121 level, zoffset);
2240 GLint level, GLint zoffset)
2251 level, zoffset);
2474 *params = att->Zoffset;