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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2304 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE4); checkGLcall("glDisable(clip plane 4)");
H A Dstate.c653 if (enable & WINED3DCLIPPLANE4) gl_info->gl_ops.gl.p_glEnable(GL_CLIP_PLANE4);
661 if (disable & WINED3DCLIPPLANE4) gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE4);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2263 glDisable(GL_CLIP_PLANE4); checkGLcall("glDisable(clip plane 4)");
H A Dstate.c595 if (enable & WINED3DCLIPPLANE4) { glEnable(GL_CLIP_PLANE4); checkGLcall("glEnable(clip plane 4)"); }
602 if (disable & WINED3DCLIPPLANE4) { glDisable(GL_CLIP_PLANE4); checkGLcall("glDisable(clip plane 4)"); }
H A Dwined3d_gl.h206 #define GL_CLIP_PLANE4 0x3004 macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h349 #define GL_CLIP_PLANE4 0x3004 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h347 #define GL_CLIP_PLANE4 0x3004 macro
H A Dglext.h488 #define GL_CLIP_DISTANCE4 GL_CLIP_PLANE4
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h377 #define GL_CLIP_PLANE4 0x3004 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h206 #define GL_CLIP_PLANE4 0x3004 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h403 #define GL_CLIP_PLANE4 0x3004 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h488 #define GL_CLIP_DISTANCE4 GL_CLIP_PLANE4

Completed in 322 milliseconds