Searched refs:doSubRect (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dsubtexrate.c70 * If doSubRect is true, do the copy in four pieces instead of all at once.
73 DoCopyTex(GLboolean doSubRect) argument
75 if (doSubRect) {
101 * If doSubRect, do update in four pieces, else all at once.
104 SubTex(GLboolean doSubRect, const GLubyte *image) argument
106 if (doSubRect) {
147 RunTest(GLboolean copyTex, GLboolean doSubRect) argument
179 DoCopyTex(doSubRect);
182 SubTex(doSubRect, image);
212 if (doSubRect) {
[all...]

Completed in 3 milliseconds