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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexfilt.c291 #define LEVEL_COLORS 6 macro
292 const GLfloat colors[LEVEL_COLORS][3] = {
331 checkers[0][0] = colors[level % LEVEL_COLORS][0];
332 checkers[0][1] = colors[level % LEVEL_COLORS][1];
333 checkers[0][2] = colors[level % LEVEL_COLORS][2];
334 checkers[1][0] = colors[level % LEVEL_COLORS][0] * 0.5;
335 checkers[1][1] = colors[level % LEVEL_COLORS][1] * 0.5;
336 checkers[1][2] = colors[level % LEVEL_COLORS][2] * 0.5;
339 checkers[0][0] = colors[level % LEVEL_COLORS][0];
340 checkers[0][1] = colors[level % LEVEL_COLORS][
[all...]

Completed in 3 milliseconds