Home
last modified time | relevance | path

Searched refs:glFrontFace (Results 1 – 25 of 2304) sorted by relevance

12345678910>>...93

/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/shapes/
H A Dshapes.c472 { glFrontFace(GL_CW); glutSolidTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeapot()
474 { glFrontFace(GL_CW); glutWireTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeapot()
476 { glFrontFace(GL_CW); glutSolidTeacup(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeacup()
478 { glFrontFace(GL_CW); glutWireTeacup(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeacup()
480 { glFrontFace(GL_CW); glutSolidTeaspoon(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeaspoon()
482 { glFrontFace(GL_CW); glutWireTeaspoon(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeaspoon()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/shapes/
H A Dshapes.c472 { glFrontFace(GL_CW); glutSolidTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeapot()
474 { glFrontFace(GL_CW); glutWireTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeapot()
476 { glFrontFace(GL_CW); glutSolidTeacup(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeacup()
478 { glFrontFace(GL_CW); glutWireTeacup(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeacup()
480 { glFrontFace(GL_CW); glutSolidTeaspoon(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeaspoon()
482 { glFrontFace(GL_CW); glutWireTeaspoon(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeaspoon()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpolygon-mode-facing.c222 glFrontFace(GL_CCW); in test_combo()
225 glFrontFace(GL_CW); in test_combo()
257 glFrontFace(GL_CCW); in test_combo()
259 glFrontFace(GL_CW); in test_combo()
H A Dtwo-sided-lighting.c62 glFrontFace(GL_CCW); /* the default winding */ in piglit_display()
80 glFrontFace(GL_CW); /* reverse winding */ in piglit_display()
H A Dtwo-sided-lighting-separate-specular.c65 glFrontFace(GL_CCW); /* the default winding */ in piglit_display()
83 glFrontFace(GL_CW); /* reverse winding */ in piglit_display()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dhandsy.c254 glFrontFace (GL_CW); in draw_hand()
257 glFrontFace (GL_CCW); in draw_hand()
276 glFrontFace (GL_CCW); in draw_hand()
280 glFrontFace (GL_CW); in draw_hand()
292 glFrontFace (GL_CW); in draw_hand()
304 glFrontFace (GL_CW); in draw_hand()
336 glFrontFace (GL_CW); in draw_hand()
349 glFrontFace (GL_CW); in draw_hand()
361 glFrontFace (GL_CW); in draw_hand()
373 glFrontFace (GL_CW); in draw_hand()
[all …]
H A Dwinduprobot.c690 glFrontFace(GL_CCW); in draw_arm()
695 glFrontFace(GL_CW); in draw_arm()
701 glFrontFace(GL_CCW); in draw_arm()
706 glFrontFace(GL_CW); in draw_arm()
711 glFrontFace(GL_CW); in draw_arm()
717 glFrontFace(GL_CCW); in draw_arm()
744 glFrontFace(GL_CCW); in draw_body()
748 glFrontFace(GL_CW); in draw_body()
778 glFrontFace(GL_CW); in draw_gearbox()
898 glFrontFace(GL_CW); in draw_rotator()
[all …]
H A Ddnalogo.c651 glFrontFace(GL_CW); in make_helix()
770 glFrontFace(GL_CCW); in make_ladder()
1135 glFrontFace(GL_CW); in make_gasket()
1298 glFrontFace(GL_CW); in make_gasket()
1307 glFrontFace(GL_CCW); in make_gasket()
1317 glFrontFace(GL_CCW); in make_gasket()
1326 glFrontFace(GL_CW); in make_gasket()
1335 glFrontFace(GL_CCW); in make_gasket()
1347 glFrontFace(GL_CW); in make_gasket()
1427 glFrontFace (GL_CCW); in make_frame()
[all …]
H A Dtube.c141 glFrontFace(GL_CCW); in unit_tube()
188 glFrontFace(GL_CCW); in unit_tube()
285 glFrontFace(GL_CCW); in unit_cone()
326 glFrontFace(GL_CCW); in unit_cone()
H A Dinvolute.c62 glFrontFace (in_p ? GL_CCW : GL_CW); in draw_ring()
119 glFrontFace (up_p ? GL_CW : GL_CCW); in draw_disc()
121 glFrontFace (up_p ? GL_CCW : GL_CW); in draw_disc()
206 glFrontFace (GL_CCW); in draw_spokes()
217 glFrontFace (GL_CW); in draw_spokes()
231 glFrontFace (GL_CW); in draw_spokes()
247 glFrontFace (GL_CCW); in draw_spokes()
817 glFrontFace (g->inverted_p ? GL_CCW : GL_CW); in draw_gear_teeth()
875 glFrontFace (g->inverted_p ? GL_CW : GL_CCW); in draw_gear_teeth()
940 glFrontFace (((z == z1) ^ g->inverted_p) ? GL_CCW : GL_CW); in draw_gear_teeth()
H A Dsplitflap.c611 glFrontFace (GL_CCW); in draw_frame()
616 glFrontFace (GL_CW); in draw_frame()
621 glFrontFace (GL_CCW); in draw_frame()
626 glFrontFace (GL_CW); in draw_frame()
681 glFrontFace (top_p ? GL_CCW : GL_CW); in draw_fin_text_quad()
803 glFrontFace (GL_CCW); in draw_fin()
822 glFrontFace (GL_CW); in draw_fin()
840 glFrontFace (GL_CCW); in draw_fin()
876 glFrontFace (GL_CCW); in draw_outer_frame()
H A Dgears.c430 glFrontFace(GL_CW); in arm()
441 glFrontFace(GL_CCW); in arm()
453 glFrontFace(GL_CCW); in arm()
464 glFrontFace(GL_CW); in arm()
475 glFrontFace(GL_CW); in arm()
486 glFrontFace(GL_CCW); in arm()
496 glFrontFace(GL_CCW); in arm()
/dports/graphics/freeglut/freeglut-3.2.1/progs/test-shapes-gles1/
H A Dtest-shapes-gles1.c104 { glFrontFace(GL_CW); glutSolidTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeapot()
106 { glFrontFace(GL_CW); glutWireTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeapot()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/test-shapes-gles1/
H A Dtest-shapes-gles1.c104 { glFrontFace(GL_CW); glutSolidTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawSolidTeapot()
106 { glFrontFace(GL_CW); glutWireTeapot(orad); glFrontFace(GL_CCW); /* orad doubles as size… in drawWireTeapot()
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dtube.c42 glFrontFace(GL_CCW); in unit_tube()
88 glFrontFace(z == 0 ? GL_CCW : GL_CW); in unit_tube()
118 glFrontFace(GL_CW); in unit_cone()
151 glFrontFace(GL_CCW); in unit_cone()
H A Dgears.c158 glFrontFace(GL_CCW); in gear()
165 glFrontFace(GL_CW); in gear()
374 glFrontFace(GL_CCW); in unit_tube()
404 glFrontFace(z == 0 ? GL_CCW : GL_CW); in unit_tube()
481 glFrontFace(GL_CW); in arm()
491 glFrontFace(GL_CCW); in arm()
502 glFrontFace(GL_CCW); in arm()
512 glFrontFace(GL_CW); in arm()
522 glFrontFace(GL_CW); in arm()
532 glFrontFace(GL_CCW); in arm()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A DgraphicsPipeline.cpp139 glFrontFace(GL_CW); in BindPipeline()
141 glFrontFace(GL_CCW); in BindPipeline()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dblinking-teapot.c109 glFrontFace (GL_CW); in render()
111 glFrontFace (GL_CCW); in render()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A Dblinking-teapot.c109 glFrontFace (GL_CW); in render()
111 glFrontFace (GL_CCW); in render()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-fragcoord2.c151 glFrontFace(GL_CCW); in test()
156 glFrontFace(GL_CW); in test()
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Wireframe/
H A DWFUpdate.c223 glFrontFace(GL_CW); in WFRenderer_Update_Style_Orientation()
228 glFrontFace(GL_CCW); in WFRenderer_Update_Style_Orientation()
/dports/graphics/openrm/rm160/rm/
H A Drmqdrix.c474 glFrontFace(GL_CW); in private_rmBuildCone()
476 glFrontFace(GL_CCW); in private_rmBuildCone()
710 glFrontFace(GL_CW); in private_rmBuildCylinder()
712 glFrontFace(GL_CCW); in private_rmBuildCylinder()
813 glFrontFace(GL_CCW); in private_rmBuildSphere()
815 glFrontFace(GL_CW); in private_rmBuildSphere()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DFrontFace.cpp30 glFrontFace((GLenum)_mode);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DFrontFace.cpp30 glFrontFace((GLenum)_mode); in apply()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/
H A DTeapot.java46 gl.glFrontFace(GL.GL_CW); in enableStates()
63 gl.glFrontFace(GL.GL_CCW); // default in enableStates()

12345678910>>...93