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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcmp.c230 GLubyte (*texture1)[8 * 32][4]; local in function:Init
240 texture1 = (GLubyte (*)[8 * 32][4])t1.data;
245 (*texture1)[i][0] = 255;
246 (*texture1)[i][1] = 255;
247 (*texture1)[i][2] = 255;
248 (*texture1)[i][3] = 64;
251 (*texture1)[i][0] = 255;
252 (*texture1)[i][1] = 0;
253 (*texture1)[i][2] = 0;
254 (*texture1)[
[all...]

Completed in 2 milliseconds