Searched refs:tWrapMode (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | texture.c | 39 float *minFilter, *magFilter, *sWrapMode, *tWrapMode; variable in typeref:typename:float **** 292 tWrapMode = repeat; 393 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, tWrapMode);
|
| H A D | sphere.c | 45 float *minFilter, *magFilter, *sWrapMode, *tWrapMode; variable in typeref:typename:float **** 655 tWrapMode = repeat; 749 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, tWrapMode);
|
Completed in 3 milliseconds