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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtexture.c39 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 Dsphere.c45 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