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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmultitex.c52 static GLubyte texels1[16][16][4]; variable in typeref:typename:GLubyte[16][16][4]
69 texels1[i][j][0] = (GLubyte) 255;
70 texels1[i][j][1] = (GLubyte) (255 * i / 15);
71 texels1[i][j][2] = (GLubyte) (255 * j / 15);
72 texels1[i][j][3] = (GLubyte) 255;
101 GL_UNSIGNED_BYTE, texels1);

Completed in 2 milliseconds