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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dipers.c144 GLubyte tsky[TEX_SKY_HEIGHT][TEX_SKY_WIDTH][3]; local in function:inittextures
175 tsky[y][x][0] =
177 tsky[y][x][1] =
179 tsky[y][x][2] = 255;
182 tsky[y][x][0] = tsky[TEX_SKY_HEIGHT - y - 1][x][0];
183 tsky[y][x][1] = tsky[TEX_SKY_HEIGHT - y - 1][x][1];
184 tsky[y][x][2] = 255;
191 GL_RGB, GL_UNSIGNED_BYTE, (GLvoid *) (tsky)))) {
[all...]

Completed in 2 milliseconds