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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmipmap.c50 GLubyte mipmapImage32[32][32][3]; variable in typeref:typename:GLubyte[32][32][3]
63 mipmapImage32[i][j][0] = 255;
64 mipmapImage32[i][j][1] = 255;
65 mipmapImage32[i][j][2] = 0;
111 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage32[0][0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot-mipmap.c52 GLubyte mipmapImage32[40][46][3]; variable in typeref:typename:GLubyte[40][46][3]
65 mipmapImage32[i][j][0] = 255;
66 mipmapImage32[i][j][1] = 255;
67 mipmapImage32[i][j][2] = 0;
118 GL_RGB, GL_UNSIGNED_BYTE, &mipmapImage32[0][0][0]);

Completed in 3 milliseconds