Home
last modified time | relevance | path

Searched refs:GL_CLIP_PLANE1 (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/games/traingame/traingame-cb6513e/src/
H A DClipVolume.cpp36 glClipPlane(GL_CLIP_PLANE1, eqn1); in ClipVolume()
37 glEnable(GL_CLIP_PLANE1); in ClipVolume()
57 glDisable(GL_CLIP_PLANE1); in ~ClipVolume()
/dports/games/neverball/neverball-1.6.0/share/
H A Dball.c264 glEnable(GL_CLIP_PLANE1); in ball_pass_inner()
266 glDisable(GL_CLIP_PLANE1); in ball_pass_inner()
302 glEnable(GL_CLIP_PLANE1); in ball_pass_solid()
304 glDisable(GL_CLIP_PLANE1); in ball_pass_solid()
345 glEnable(GL_CLIP_PLANE1); in ball_pass_outer()
347 glDisable(GL_CLIP_PLANE1); in ball_pass_outer()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Dclip.c66 glClipPlane (GL_CLIP_PLANE1, eqn2); in display()
67 glEnable (GL_CLIP_PLANE1); in display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Dclip.c66 glClipPlane (GL_CLIP_PLANE1, eqn2); in display()
67 glEnable (GL_CLIP_PLANE1); in display()
/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/glbook/
H A Dexample3-5.scm19 (gl-clip-plane GL_CLIP_PLANE1 '#f64(1.0 0.0 0.0 0.0))
20 (gl-enable GL_CLIP_PLANE1)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.20/execution/clipping/
H A Dfixed-clip-enables.shader_test41 disable GL_CLIP_PLANE1
67 enable GL_CLIP_PLANE1
93 enable GL_CLIP_PLANE1
119 disable GL_CLIP_PLANE1
H A Dvs-clip-vertex-enables.shader_test47 disable GL_CLIP_PLANE1
73 enable GL_CLIP_PLANE1
99 enable GL_CLIP_PLANE1
125 disable GL_CLIP_PLANE1
H A Dvs-clip-vertex-equal-to-position.shader_test36 enable GL_CLIP_PLANE1
H A Dvs-clip-vertex-different-from-position.shader_test41 enable GL_CLIP_PLANE1
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.30/execution/clipping/
H A Dvs-clip-distance-enables.shader_test47 disable GL_CLIP_PLANE1
73 enable GL_CLIP_PLANE1
99 enable GL_CLIP_PLANE1
125 disable GL_CLIP_PLANE1
H A Dvs-clip-distance-deadcode.shader_test38 enable GL_CLIP_PLANE1
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/compatibility/clipping/
H A Dgs-clip-vertex-enables.shader_test63 disable GL_CLIP_PLANE1
89 enable GL_CLIP_PLANE1
115 enable GL_CLIP_PLANE1
141 disable GL_CLIP_PLANE1
H A Dvs-gs-clip-vertex-enables.shader_test75 disable GL_CLIP_PLANE1
101 enable GL_CLIP_PLANE1
127 enable GL_CLIP_PLANE1
153 disable GL_CLIP_PLANE1
H A Dgs-clip-vertex-equal-to-position.shader_test52 enable GL_CLIP_PLANE1
H A Dvs-gs-clip-vertex-equal-to-position.shader_test64 enable GL_CLIP_PLANE1
/dports/graphics/cogl/cogl-1.22.8/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c48 #define GL_CLIP_PLANE1 0x3001 macro
190 set_clip_plane (framebuffer, GL_CLIP_PLANE1, vertex_bl, vertex_br); in set_clip_planes()
198 set_clip_plane (framebuffer, GL_CLIP_PLANE1, vertex_tr, vertex_br); in set_clip_planes()
411 GE( ctx, glEnable (GL_CLIP_PLANE1) ); in enable_clip_planes()
421 GE( ctx, glDisable (GL_CLIP_PLANE1) ); in disable_clip_planes()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c48 #define GL_CLIP_PLANE1 0x3001 macro
190 set_clip_plane (framebuffer, GL_CLIP_PLANE1, vertex_bl, vertex_br); in set_clip_planes()
198 set_clip_plane (framebuffer, GL_CLIP_PLANE1, vertex_tr, vertex_br); in set_clip_planes()
411 GE( ctx, glEnable (GL_CLIP_PLANE1) ); in enable_clip_planes()
421 GE( ctx, glDisable (GL_CLIP_PLANE1) ); in disable_clip_planes()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_tessellation_shader/execution/compatibility/
H A Dvs-tcs-tes-clip-vertex-enables.shader_test90 disable GL_CLIP_PLANE1
117 enable GL_CLIP_PLANE1
144 enable GL_CLIP_PLANE1
171 disable GL_CLIP_PLANE1
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/viewer/
H A DClipBox.cc117 glClipPlane(GL_CLIP_PLANE1, mBackPlane); in update()
130 if (mBackPlane[3] < mBBox.max().z()) glEnable(GL_CLIP_PLANE1); in enableClipping()
142 glDisable(GL_CLIP_PLANE1); in disableClipping()
/dports/devel/agar/agar-1.5.0/gui/
H A Ddrv_sdlgl.c209 gl->clipStates[1] = glIsEnabled(GL_CLIP_PLANE1); glEnable(GL_CLIP_PLANE1); in SDLGL_BeginRendering()
291 if (gl->clipStates[1]) { glEnable(GL_CLIP_PLANE1); } in SDLGL_EndRendering()
292 else { glDisable(GL_CLIP_PLANE1); } in SDLGL_EndRendering()
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtadraweropengl.pas174 glClipPlane(GL_CLIP_PLANE1, @cp);
188 glEnable(GL_CLIP_PLANE1);
196 glDisable(GL_CLIP_PLANE1);
/dports/devel/kyra/kyra/engine/
H A Dengine.cpp406 glEnable(GL_CLIP_PLANE1); in Draw()
416 glClipPlane( GL_CLIP_PLANE1, plane1 ); in Draw()
426 glDisable(GL_CLIP_PLANE1); in Draw()
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtadraweropengl.pas174 glClipPlane(GL_CLIP_PLANE1, @cp);
188 glEnable(GL_CLIP_PLANE1);
196 glDisable(GL_CLIP_PLANE1);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtadraweropengl.pas177 glClipPlane(GL_CLIP_PLANE1, @cp);
191 glEnable(GL_CLIP_PLANE1);
199 glDisable(GL_CLIP_PLANE1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtadraweropengl.pas177 glClipPlane(GL_CLIP_PLANE1, @cp);
191 glEnable(GL_CLIP_PLANE1);
199 glDisable(GL_CLIP_PLANE1);

12345678910>>...19