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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcubemap.c64 static GLubyte image6[imageSize][imageSize][4]; variable in typeref:typename:GLubyte[][][4]
100 image6[i][j][0] = (GLubyte) c;
101 image6[i][j][1] = (GLubyte) c;
102 image6[i][j][2] = (GLubyte) 255;
103 image6[i][j][3] = (GLubyte) 255;
134 imageSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, image6);

Completed in 3 milliseconds