Searched refs:GL_CLIP_PLANE1 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2301 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE1); checkGLcall("glDisable(clip plane 1)");
H A Dstate.c650 if (enable & WINED3DCLIPPLANE1) gl_info->gl_ops.gl.p_glEnable(GL_CLIP_PLANE1);
658 if (disable & WINED3DCLIPPLANE1) gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE1);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2260 glDisable(GL_CLIP_PLANE1); checkGLcall("glDisable(clip plane 1)");
H A Dstate.c592 if (enable & WINED3DCLIPPLANE1) { glEnable(GL_CLIP_PLANE1); checkGLcall("glEnable(clip plane 1)"); }
599 if (disable & WINED3DCLIPPLANE1) { glDisable(GL_CLIP_PLANE1); checkGLcall("glDisable(clip plane 1)"); }
H A Dwined3d_gl.h203 #define GL_CLIP_PLANE1 0x3001 macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h346 #define GL_CLIP_PLANE1 0x3001 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h344 #define GL_CLIP_PLANE1 0x3001 macro
H A Dglext.h485 #define GL_CLIP_DISTANCE1 GL_CLIP_PLANE1
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h374 #define GL_CLIP_PLANE1 0x3001 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h203 #define GL_CLIP_PLANE1 0x3001 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h397 #define GL_CLIP_PLANE1 0x3001 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h485 #define GL_CLIP_DISTANCE1 GL_CLIP_PLANE1

Completed in 537 milliseconds