Searched refs:GL_CLIP_PLANE0 (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_transform.c241 i = plane - GL_CLIP_PLANE0;
883 i = plane - GL_CLIP_PLANE0;
960 diff_api.ClipPlane(GL_CLIP_PLANE0 + i, (const GLdouble *)(cp));
1163 diff_api.Enable(GL_CLIP_PLANE0 + i);
1165 diff_api.Disable(GL_CLIP_PLANE0 + i);
1213 diff_api.ClipPlane(GL_CLIP_PLANE0 + i, (const GLdouble *)(cp));
H A Dstate_enable.c16 i = cap - GL_CLIP_PLANE0;
H A Dstate_lists.c736 CRSTATE_SET_CLIPPLANE_4D(transform.clipPlane[i], GL_CLIP_PLANE0+i);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c591 if (enable & WINED3DCLIPPLANE0) { glEnable(GL_CLIP_PLANE0); checkGLcall("glEnable(clip plane 0)"); }
598 if (disable & WINED3DCLIPPLANE0) { glDisable(GL_CLIP_PLANE0); checkGLcall("glDisable(clip plane 0)"); }
3727 glClipPlane(GL_CLIP_PLANE0 + index, stateblock->clipplane[index]);
4608 glDisable(GL_CLIP_PLANE0 + i);
4609 checkGLcall("glDisable(GL_CLIP_PLANE0 + i)");
H A Dcontext.c2259 glDisable(GL_CLIP_PLANE0); checkGLcall("glDisable(clip plane 0)");
H A Dwined3d_gl.h202 #define GL_CLIP_PLANE0 0x3000 macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp5055 glEnable(GL_CLIP_PLANE0 + j);
5057 glDisable(GL_CLIP_PLANE0 + j);
6693 glClipPlane(GL_CLIP_PLANE0 + index, oglPlane);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2300 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE0); checkGLcall("glDisable(clip plane 0)");
H A Dstate.c649 if (enable & WINED3DCLIPPLANE0) gl_info->gl_ops.gl.p_glEnable(GL_CLIP_PLANE0);
657 if (disable & WINED3DCLIPPLANE0) gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE0);
3837 gl_info->gl_ops.gl.p_glClipPlane(GL_CLIP_PLANE0 + index, plane);
4677 gl_info->gl_ops.gl.p_glDisable(GL_CLIP_PLANE0 + i);
4678 checkGLcall("glDisable(GL_CLIP_PLANE0 + i)");
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h345 #define GL_CLIP_PLANE0 0x3000 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h343 #define GL_CLIP_PLANE0 0x3000 macro
H A Dglext.h484 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h373 #define GL_CLIP_PLANE0 0x3000 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h202 #define GL_CLIP_PLANE0 0x3000 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h395 #define GL_CLIP_PLANE0 0x3000 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h484 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0

Completed in 507 milliseconds