Home | History | Annotate | Download | only in main

Lines Matching refs:zBorder

2248       GLint zBorder = (target == GL_TEXTURE_2D_ARRAY) ? 0 : destTex->Border;
2249 if (zoffset < -zBorder) {
2253 if (zoffset + depth > (GLint) destTex->Depth + zBorder) {
2593 GLint zBorder = (target == GL_TEXTURE_2D_ARRAY) ? 0 : teximage->Border;
2594 if (zoffset < -zBorder) {
2599 if (zoffset > (GLint) teximage->Depth + zBorder) {