Searched refs:Cimg (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | zcomp.c | 18 static GLubyte *Cimg; variable in typeref:typename:GLubyte * 52 glReadPixels(0, 0, Width, Height, GL_RGBA, GL_UNSIGNED_BYTE, Cimg); 98 glDrawPixels(Width, Height, GL_RGBA, GL_UNSIGNED_BYTE, Cimg); 132 if (Cimg) 133 free(Cimg); 135 Cimg = (GLubyte *) malloc(width * height * 4);
|
Completed in 1 milliseconds