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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2305 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE5); checkGLcall("glDisable(clip plane 5)");
H A Dstate.c654 if (enable & WINED3DCLIPPLANE5) gl_info->gl_ops.gl.p_glEnable(GL_CLIP_PLANE5);
662 if (disable & WINED3DCLIPPLANE5) gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE5);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2264 glDisable(GL_CLIP_PLANE5); checkGLcall("glDisable(clip plane 5)");
H A Dstate.c596 if (enable & WINED3DCLIPPLANE5) { glEnable(GL_CLIP_PLANE5); checkGLcall("glEnable(clip plane 5)"); }
603 if (disable & WINED3DCLIPPLANE5) { glDisable(GL_CLIP_PLANE5); checkGLcall("glDisable(clip plane 5)"); }
H A Dwined3d_gl.h207 #define GL_CLIP_PLANE5 0x3005 macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h350 #define GL_CLIP_PLANE5 0x3005 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h348 #define GL_CLIP_PLANE5 0x3005 macro
H A Dglext.h489 #define GL_CLIP_DISTANCE5 GL_CLIP_PLANE5
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h378 #define GL_CLIP_PLANE5 0x3005 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h207 #define GL_CLIP_PLANE5 0x3005 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h405 #define GL_CLIP_PLANE5 0x3005 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h489 #define GL_CLIP_DISTANCE5 GL_CLIP_PLANE5

Completed in 485 milliseconds