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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmipmap.c55 GLubyte mipmapImage1[1][1][3]; variable in typeref:typename:GLubyte[1][1][3]
96 mipmapImage1[0][0][0] = 255;
97 mipmapImage1[0][0][1] = 255;
98 mipmapImage1[0][0][2] = 255;
121 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage1[0][0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot-mipmap.c57 GLubyte mipmapImage1[1][1][3]; variable in typeref:typename:GLubyte[1][1][3]
98 mipmapImage1[0][0][0] = 255;
99 mipmapImage1[0][0][1] = 255;
100 mipmapImage1[0][0][2] = 255;
128 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage1[0][0][0]);

Completed in 2 milliseconds