Searched refs:GL_CLAMP (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp340 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
341 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp478 cr_server.head_spu->dispatch_table.TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
479 cr_server.head_spu->dispatch_table.TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
H A Dserver_muralfbo.cpp539 gl->TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
540 gl->TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
H A Dserver_misc.c523 gl->TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
524 gl->TexParameteri (GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1507 pBlitter->pDispatch->TexParameteri(enmTarget, GL_TEXTURE_WRAP_S, GL_CLAMP);
1508 pBlitter->pDispatch->TexParameteri(enmTarget, GL_TEXTURE_WRAP_T, GL_CLAMP);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c352 glTexParameteri(info.bind_target, GL_TEXTURE_WRAP_S, GL_CLAMP);
353 glTexParameteri(info.bind_target, GL_TEXTURE_WRAP_T, GL_CLAMP);
3605 glTexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP);
3606 glTexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP);
H A Dwined3d_gl.h586 #define GL_CLAMP 0x2900 macro
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c1163 if (e == GL_CLAMP || e == GL_REPEAT) {
1198 if (e == GL_CLAMP || e == GL_REPEAT) {
1234 if (e == GL_CLAMP || e == GL_REPEAT) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c423 gl_info->gl_ops.gl.p_glTexParameteri(info.bind_target, GL_TEXTURE_WRAP_S, GL_CLAMP);
424 gl_info->gl_ops.gl.p_glTexParameteri(info.bind_target, GL_TEXTURE_WRAP_T, GL_CLAMP);
5442 gl_info->gl_ops.gl.p_glTexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP);
5443 gl_info->gl_ops.gl.p_glTexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h679 #define GL_CLAMP 0x2900 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h675 #define GL_CLAMP 0x2900 macro
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp1592 glTexParameteri(tt, GL_TEXTURE_WRAP_S, GL_CLAMP);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h342 #define GL_CLAMP 0x2900 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h586 #define GL_CLAMP 0x2900 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h360 #define GL_CLAMP 0x2900 macro

Completed in 429 milliseconds