Home | History | Annotate | Download | only in main

Lines Matching refs:zoffset

1423                             GLint yoffset, GLint zoffset, GLsizei width,
1457 * the application would use <zoffset> equal to zero and <depth>
1546 if (zoffset < -zBorder) {
1548 "glInvalidateSubTexImage(zoffset)");
1552 if (zoffset + depth > imageDepth + zBorder) {
1554 "glInvalidateSubTexImage(zoffset+depth)");