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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcubemap.c63 static GLubyte image5[imageSize][imageSize][4]; variable in typeref:typename:GLubyte[][][4]
95 image5[i][j][0] = (GLubyte) 255;
96 image5[i][j][1] = (GLubyte) c;
97 image5[i][j][2] = (GLubyte) c;
98 image5[i][j][3] = (GLubyte) 255;
130 imageSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, image5);

Completed in 1 milliseconds