Lines Matching defs:doSubRect
70 * If doSubRect is true, do the copy in four pieces instead of all at once.
73 DoCopyTex(GLboolean doSubRect)
75 if (doSubRect) {
101 * If doSubRect, do update in four pieces, else all at once.
104 SubTex(GLboolean doSubRect, const GLubyte *image)
106 if (doSubRect) {
147 RunTest(GLboolean copyTex, GLboolean doSubRect)
179 DoCopyTex(doSubRect);
182 SubTex(doSubRect, image);
212 if (doSubRect) {