Searched refs:wrapR (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h73 GLenum wrapR; member in struct:__anon16242
H A Dcr_attrib.h286 GLenum wrapR[4];
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c192 tobj->wrapR = GL_REPEAT;
1235 tobj->wrapR = e;
1238 tobj->wrapR = e;
1242 tobj->wrapR = e;
1247 tobj->wrapR = e;
1252 tobj->wrapR = e;
1257 tobj->wrapR = e;
3040 *params = (GLfloat) tobj->wrapR;
3192 *params = (GLint) tobj->wrapR;
H A Dstate_attrib.c100 dest->wrapR = src->wrapR;
H A Dstate_texdiff.c642 diff_api.TexParameteri(tobj->target, GL_TEXTURE_WRAP_R, tobj->wrapR);

Completed in 60 milliseconds