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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c46 static GLuint color_flow; variable in typeref:typename:GLuint
235 GLint first = (i + color_flow / 256) % 3;
238 GLfloat c = (color_flow % 256) / 256.0f;
419 color_flow += 20;

Completed in 3 milliseconds