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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmipmap.c51 GLubyte mipmapImage16[16][16][3]; variable in typeref:typename:GLubyte[16][16][3]
70 mipmapImage16[i][j][0] = 255;
71 mipmapImage16[i][j][1] = 0;
72 mipmapImage16[i][j][2] = 255;
113 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage16[0][0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot-mipmap.c53 GLubyte mipmapImage16[20][23][3]; variable in typeref:typename:GLubyte[20][23][3]
72 mipmapImage16[i][j][0] = 255;
73 mipmapImage16[i][j][1] = 0;
74 mipmapImage16[i][j][2] = 255;
120 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage16[0][0][0]);

Completed in 2 milliseconds