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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmipmap.c52 GLubyte mipmapImage8[8][8][3]; variable in typeref:typename:GLubyte[8][8][3]
77 mipmapImage8[i][j][0] = 255;
78 mipmapImage8[i][j][1] = 0;
79 mipmapImage8[i][j][2] = 0;
115 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage8[0][0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot-mipmap.c54 GLubyte mipmapImage8[10][11][3]; variable in typeref:typename:GLubyte[10][11][3]
79 mipmapImage8[i][j][0] = 255;
80 mipmapImage8[i][j][1] = 0;
81 mipmapImage8[i][j][2] = 0;
122 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage8[0][0][0]);

Completed in 3 milliseconds