Searched refs:tcm (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | mipgen.c | 130 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 D | mipmap_comp.c | 156 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 D | mipmap_comp_tests.c | 178 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 D | mipmap_limits.c | 289 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