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

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtoyball.c47 static GLfloat TexRot = 0.0; variable in typeref:typename:GLfloat
54 TexRot += 2.0;
55 if (TexRot > 360.0)
56 TexRot -= 360.0;
73 glRotatef(TexRot, 0.0f, 1.0f, 0.0f);
H A Dshtest.c88 static GLfloat TexRot = 0.0; variable in typeref:typename:GLfloat
263 glRotatef(TexRot, 0.0f, 1.0f, 0.0f);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtextures.c30 static float TexRot[MAX_TEXTURES][3]; variable in typeref:typename:float[][3]
79 glRotatef(TexRot[i][0], 1, 0, 0);
80 glRotatef(TexRot[i][1], 0, 1, 0);
81 glRotatef(TexRot[i][2], 0, 0, 1);
161 TexRot[i][0] = RandFloat(0.0, 360);
162 TexRot[i][1] = RandFloat(0.0, 360);
163 TexRot[i][2] = RandFloat(0.0, 360);

Completed in 5 milliseconds