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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2303 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE3); checkGLcall("glDisable(clip plane 3)");
H A Dstate.c652 if (enable & WINED3DCLIPPLANE3) gl_info->gl_ops.gl.p_glEnable(GL_CLIP_PLANE3);
660 if (disable & WINED3DCLIPPLANE3) gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE3);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2262 glDisable(GL_CLIP_PLANE3); checkGLcall("glDisable(clip plane 3)");
H A Dstate.c594 if (enable & WINED3DCLIPPLANE3) { glEnable(GL_CLIP_PLANE3); checkGLcall("glEnable(clip plane 3)"); }
601 if (disable & WINED3DCLIPPLANE3) { glDisable(GL_CLIP_PLANE3); checkGLcall("glDisable(clip plane 3)"); }
H A Dwined3d_gl.h205 #define GL_CLIP_PLANE3 0x3003 macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h348 #define GL_CLIP_PLANE3 0x3003 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h346 #define GL_CLIP_PLANE3 0x3003 macro
H A Dglext.h487 #define GL_CLIP_DISTANCE3 GL_CLIP_PLANE3
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h376 #define GL_CLIP_PLANE3 0x3003 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h205 #define GL_CLIP_PLANE3 0x3003 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h401 #define GL_CLIP_PLANE3 0x3003 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h487 #define GL_CLIP_DISTANCE3 GL_CLIP_PLANE3

Completed in 479 milliseconds