Lines Matching refs:zoffset
488 GLint xoffset, GLint yoffset, GLint zoffset,
544 /* test x/y/zoffset and size */
557 if (dims > 2 && (zoffset < -tl->border || zoffset + depth > tl->depth)) {
559 "glTexSubImage%uD(zoffset=%d and/or depth=%d)",
560 dims, zoffset, depth);
1101 GLint zoffset, GLsizei width, GLsizei height,
1122 if (ErrorCheckTexSubImage(3, target, level, xoffset, yoffset, zoffset,
1138 zoffset += tl->border;
1149 zoffset * tl->width * tl->height * tl->bytesPerPixel;
1542 GLint yoffset, GLint zoffset, GLsizei width,
1565 if (ErrorCheckTexSubImage(3, target, level, xoffset, yoffset, zoffset,
1573 zoffset += tl->border;
1577 zoffset == 0 && depth == tl->depth) {