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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipgen.c130 GLfloat tcm = 1.0; local in function:display
141 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
142 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
143 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
H A Dmipmap_comp.c156 GLfloat tcm = 1.0; local in function:display
184 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
185 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
186 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
H A Dmipmap_comp_tests.c178 GLfloat tcm = 1.0; local in function:display
209 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
210 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
211 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
H A Dmipmap_limits.c289 GLfloat tcm = 1.0; local in function:display
313 glTexCoord2f(0.0, tcm);
315 glTexCoord2f(tcm * 3000.0, tcm);
317 glTexCoord2f(tcm * 3000.0, 0.0);

Completed in 5 milliseconds