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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h71 GLenum wrapS, wrapT; member in struct:__anon16242
H A Dcr_attrib.h283 GLenum wrapS[4];
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c189 tobj->wrapS = GL_REPEAT;
1164 tobj->wrapS = e;
1168 tobj->wrapS = e;
1173 tobj->wrapS = e;
1178 tobj->wrapS = e;
1183 tobj->wrapS = e;
1188 tobj->wrapS = e;
3033 *params = (GLfloat) tobj->wrapS;
3185 *params = (GLint) tobj->wrapS;
H A Dstate_attrib.c94 dest->wrapS = src->wrapS;
H A Dstate_texdiff.c639 diff_api.TexParameteri(tobj->target, GL_TEXTURE_WRAP_S, tobj->wrapS);

Completed in 47 milliseconds