Searched refs:texels0 (Results 1 - 1 of 1) sorted by path

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmultitex.c51 static GLubyte texels0[32][32][4]; variable in typeref:typename:GLubyte[32][32][4]
60 texels0[i][j][0] = (GLubyte) (255 * i / 31);
61 texels0[i][j][1] = (GLubyte) (255 * j / 31);
62 texels0[i][j][2] = (GLubyte) (i*j)/255;
63 texels0[i][j][3] = (GLubyte) 255;
91 GL_UNSIGNED_BYTE, texels0);

Completed in 41 milliseconds