Searched refs:wrapT (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.h284 GLenum wrapT[4];
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c190 tobj->wrapT = GL_REPEAT;
1199 tobj->wrapT = e;
1203 tobj->wrapT = e;
1208 tobj->wrapT = e;
1213 tobj->wrapT = e;
1218 tobj->wrapT = e;
1223 tobj->wrapT = e;
3036 *params = (GLfloat) tobj->wrapT;
3188 *params = (GLint) tobj->wrapT;
H A Dstate_attrib.c95 dest->wrapT = src->wrapT;
H A Dstate_texdiff.c640 diff_api.TexParameteri(tobj->target, GL_TEXTURE_WRAP_T, tobj->wrapT);

Completed in 61 milliseconds