Searched refs:GL_SCISSOR_TEST (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_diff.c301 diff_api.Disable(GL_SCISSOR_TEST);
411 diff_api.Enable(GL_SCISSOR_TEST);
H A Dstate_enable.c204 case GL_SCISSOR_TEST :
H A Dstate_lists.c776 CRSTATE_SET_ENABLED(viewport.scissorTest, GL_SCISSOR_TEST);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1273 render_spu.self.GetBooleanv(GL_SCISSOR_TEST, &scissorTest);
1276 render_spu.self.Disable(GL_SCISSOR_TEST);
1294 render_spu.self.Enable(GL_SCISSOR_TEST);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c521 gl->Disable(GL_SCISSOR_TEST);
1234 cr_server.head_spu->dispatch_table.Disable(GL_SCISSOR_TEST);
1241 cr_server.head_spu->dispatch_table.Enable(GL_SCISSOR_TEST);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2268 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
2269 checkGLcall("glDisable GL_SCISSOR_TEST");
2667 gl_info->gl_ops.gl.p_glEnable(GL_SCISSOR_TEST);
2668 checkGLcall("glEnable GL_SCISSOR_TEST");
H A Dswapchain.c500 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
H A Dsurface.c1280 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
1404 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
5886 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
H A Dstate.c1769 gl_info->gl_ops.gl.p_glEnable(GL_SCISSOR_TEST);
1770 checkGLcall("glEnable(GL_SCISSOR_TEST)");
1774 gl_info->gl_ops.gl.p_glDisable(GL_SCISSOR_TEST);
1775 checkGLcall("glDisable(GL_SCISSOR_TEST)");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2227 glDisable(GL_SCISSOR_TEST);
2228 checkGLcall("glDisable GL_SCISSOR_TEST");
2729 glEnable(GL_SCISSOR_TEST);
2730 checkGLcall("glEnable GL_SCISSOR_TEST");
H A Dswapchain.c262 glDisable(GL_SCISSOR_TEST);
H A Ddevice.c5777 glEnable(GL_SCISSOR_TEST);
5787 glDisable(GL_SCISSOR_TEST);
6164 glDisable(GL_SCISSOR_TEST);
H A Dstate.c1696 glEnable(GL_SCISSOR_TEST);
1697 checkGLcall("glEnable(GL_SCISSOR_TEST)");
1699 glDisable(GL_SCISSOR_TEST);
1700 checkGLcall("glDisable(GL_SCISSOR_TEST)");
H A Dsurface.c4662 glDisable(GL_SCISSOR_TEST);
H A Dwined3d_gl.h529 #define GL_SCISSOR_TEST 0x0C11 macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp3974 glDisable(GL_SCISSOR_TEST);
5593 enableCap = GL_SCISSOR_TEST;
6787 glEnable(GL_SCISSOR_TEST);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h588 #define GL_SCISSOR_TEST 0x0C11 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h586 #define GL_SCISSOR_TEST 0x0C11 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h3519 #define GL_SCISSOR_TEST 0x0C11 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h529 #define GL_SCISSOR_TEST 0x0C11 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h3795 #define GL_SCISSOR_TEST 0x0C11 macro

Completed in 437 milliseconds