Searched refs:sWrapMode (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 ***
291 sWrapMode = repeat;
392 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, sWrapMode);
H A Dsphere.c45 float *minFilter, *magFilter, *sWrapMode, *tWrapMode; variable in typeref:typename:float ***
654 sWrapMode = repeat;
748 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, sWrapMode);

Completed in 4 milliseconds