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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcmp.c231 GLubyte (*texture2)[256][256][4]; local in function:Init
284 texture2 = (GLubyte (*)[256][256][4])t2.data;
287 (*texture2)[j][i][0] = sqrt(i * j * 255 * 255 / (t2.w * t2.h));
288 (*texture2)[j][i][1] = 0;
289 (*texture2)[j][i][2] = 0;
290 (*texture2)[j][i][3] = 255;

Completed in 3 milliseconds