Home
last modified time | relevance | path

Searched refs:GL_CW (Results 1 – 25 of 1212) sorted by relevance

12345678910>>...49

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpolygon-mode-offset.c169 GL_FILL, GL_LINE, WHITE, GL_CW
176 GL_LINE, GL_FILL, BLUE, GL_CW
183 GL_LINE, GL_FILL, BLUE, GL_CW
188 GL_LINE, GL_FILL, BLUE, GL_CW,
197 GL_FILL, GL_LINE, WHITE, GL_CW
234 assert(config->winding1 == GL_CW || in test()
237 assert(config->winding2 == GL_CW || in test()
257 if (config->winding1 == GL_CW) in test()
274 if (config->winding2 == GL_CW) in test()
H A Dpolygon-mode-facing.c225 glFrontFace(GL_CW); in test_combo()
259 glFrontFace(GL_CW); in test_combo()
H A Dtwo-sided-lighting.c80 glFrontFace(GL_CW); /* reverse winding */ in piglit_display()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglretrace_wgl_font_outlines.cpp69 C_FrontFace(GL_CW),
133 C_FrontFace(GL_CW),
155 C_FrontFace(GL_CW),
219 C_FrontFace(GL_CW),
241 C_FrontFace(GL_CW),
305 C_FrontFace(GL_CW),
327 C_FrontFace(GL_CW),
391 C_FrontFace(GL_CW),
413 C_FrontFace(GL_CW),
477 C_FrontFace(GL_CW),
[all …]
/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/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/B3DAcceleratorPlugin/
H A DsqUnixOpenGL.c259 case GL_CW: return 1; in glGetIntPropertyOS()
296 glFrontFace((value == 1) ? GL_CCW : GL_CW); in glSetIntPropertyOS()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dhandsy.c254 glFrontFace (GL_CW); 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()
788 glFrontFace(GL_CW); in init_hands()
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()
217 glFrontFace (GL_CW); in draw_spokes()
231 glFrontFace (GL_CW); 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 Dwinduprobot.c695 glFrontFace(GL_CW); in draw_arm()
706 glFrontFace(GL_CW); in draw_arm()
711 glFrontFace(GL_CW); in draw_arm()
748 glFrontFace(GL_CW); in draw_body()
778 glFrontFace(GL_CW); in draw_gearbox()
898 glFrontFace(GL_CW); in draw_rotator()
1001 glFrontFace(GL_CW); in draw_leg()
1922 glFrontFace(GL_CW); in draw_bubble_box()
1991 glFrontFace(GL_CW); in draw_bubble_box()
2046 glFrontFace(GL_CW); in draw_bubble_box()
[all …]
/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.c88 glFrontFace(z == 0 ? GL_CCW : GL_CW); in unit_tube()
118 glFrontFace(GL_CW); in unit_cone()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-edgeflag-array.c58 frontface = (frontface == GL_CCW) ? GL_CW : GL_CCW; in Key()
H A Dtri-edgeflag.c55 frontface = (frontface == GL_CCW) ? GL_CW : GL_CCW; in Key()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-edgeflag-array.c58 frontface = (frontface == GL_CCW) ? GL_CW : GL_CCW; in Key()
H A Dtri-edgeflag.c55 frontface = (frontface == GL_CCW) ? GL_CW : GL_CCW; in Key()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dcube_view.h130 glFrontFace(GL_CW);
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtessellation_shader.py15 GL_CW=_C('GL_CW',0x0900) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtessellation_shader.py15 GL_CW=_C('GL_CW',0x0900) variable
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dstate.h117 return ctx->Polygon.FrontFace == GL_CW; in _mesa_polygon_get_front_bit()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/OES/
H A Dtessellation_shader.py15 GL_CW=_C('GL_CW',0x0900) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/EXT/
H A Dtessellation_shader.py15 GL_CW=_C('GL_CW',0x0900) variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dstate.h117 return ctx->Polygon.FrontFace == GL_CW; in _mesa_polygon_get_front_bit()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dstate.h117 return ctx->Polygon.FrontFace == GL_CW; in _mesa_polygon_get_front_bit()

12345678910>>...49