Home
last modified time | relevance | path

Searched refs:glCullFace (Results 1 – 25 of 2165) sorted by relevance

12345678910>>...87

/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DgeometricShader.cpp124 glCullFace(GL_BACK); in BindResources()
126 glCullFace(GL_FRONT); in BindResources()
133 glCullFace(GL_BACK); in BindResources()
135 glCullFace(GL_FRONT); in BindResources()
142 glCullFace(GL_FRONT); in BindResources()
144 glCullFace(GL_BACK); in BindResources()
153 glCullFace(GL_BACK); in BindResources()
173 glCullFace(GL_FRONT); in BindResources()
178 glCullFace(GL_BACK); in BindResources()
221 glCullFace(GL_FRONT); in UnbindResources()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpoint-line-no-cull.c80 glCullFace(GL_FRONT); in test_lines_no_culling()
90 glCullFace(GL_BACK); in test_lines_no_culling()
100 glCullFace(GL_FRONT_AND_BACK); in test_lines_no_culling()
116 glCullFace(GL_FRONT); in test_lines_no_culling()
126 glCullFace(GL_BACK); in test_lines_no_culling()
136 glCullFace(GL_FRONT_AND_BACK); in test_lines_no_culling()
168 glCullFace(GL_FRONT); in test_points_no_culling()
177 glCullFace(GL_BACK); in test_points_no_culling()
186 glCullFace(GL_FRONT_AND_BACK); in test_points_no_culling()
200 glCullFace(GL_FRONT); in test_points_no_culling()
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DdispLists.c141 glCullFace ( GL_FRONT ); in drawDispList()
143 glCullFace ( GL_BACK ); in drawDispList()
148 if ( ipuf[0] == GL_FRONT ) glCullFace ( GL_FRONT ); in drawDispList()
149 else if ( ipuf[0] == GL_BACK ) glCullFace ( GL_BACK ); in drawDispList()
167 glCullFace ( GL_FRONT ); in drawDispList()
169 glCullFace ( GL_BACK ); in drawDispList()
174 if ( ipuf[0] == GL_FRONT ) glCullFace ( GL_FRONT ); in drawDispList()
175 else if ( ipuf[0] == GL_BACK ) glCullFace ( GL_BACK ); in drawDispList()
/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DrenderSCS.cpp94 glCullFace((*j)->getOperation() == Intersection ? GL_BACK : GL_FRONT); in merge()
250 glCullFace((*j)->getOperation() == Intersection ? GL_BACK : GL_FRONT); in merge()
311 glCullFace(GL_BACK); in renderIntersectedFront()
327 glCullFace(GL_BACK); in renderIntersectedFront()
345 glCullFace(GL_FRONT); in renderIntersectedFront()
400 glCullFace(GL_BACK); in subtractPrimitives()
412 glCullFace(GL_FRONT); in subtractPrimitives()
485 glCullFace(GL_BACK); in subtractPrimitivesWithOcclusionQueries()
500 glCullFace(GL_FRONT); in subtractPrimitivesWithOcclusionQueries()
544 glCullFace(GL_FRONT); in renderIntersectedBack()
/dports/games/neverball/neverball-1.6.0/share/
H A Dball.c277 glCullFace(GL_FRONT); in ball_pass_inner()
279 glCullFace(GL_BACK); in ball_pass_inner()
317 glCullFace(GL_FRONT); in ball_pass_solid()
319 glCullFace(GL_BACK); in ball_pass_solid()
360 glCullFace(GL_FRONT); in ball_pass_outer()
362 glCullFace(GL_BACK); in ball_pass_outer()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-cull.c38 glCullFace(GL_FRONT); in cull()
43 glCullFace(GL_BACK); in cull()
48 glCullFace(GL_FRONT_AND_BACK); in cull()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-cull.c38 glCullFace(GL_FRONT); in cull()
43 glCullFace(GL_BACK); in cull()
48 glCullFace(GL_FRONT_AND_BACK); in cull()
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DSkydome.cc18 glCullFace(GL_FRONT); in draw()
49 glCullFace(GL_BACK); in draw()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/gl/
H A Dglstate.h96 ::glCullFace(m_OriginalCullFace); in ~GlState()
163 void glCullFace(GLenum mode) in glCullFace() function
169 ::glCullFace(mode); in glCullFace()
/dports/games/pioneer/pioneer-20210723/src/graphics/opengl/
H A DRenderStateGL.cpp51 glCullFace(GL_BACK); in Apply()
54 glCullFace(GL_FRONT); in Apply()
/dports/games/duel/duel/src/libDazzle/
H A Dsc_render.cpp105 glCullFace(GL_BACK); in Render()
109 glCullFace(GL_FRONT); in Render()
131 glCullFace(GL_BACK); in Render()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLProperty.cxx68 glCullFace (GL_BACK); in Render()
73 glCullFace (GL_FRONT); in Render()
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dmirror.cpp67 OpenGL::glCullFace (OpenGL::Front ()); in render()
81 OpenGL::glCullFace (OpenGL::Back ()); in render()
99 OpenGL::glCullFace (OpenGL::Back ()); in render()
/dports/graphics/dilay/dilay-1.9.0/lib/src/view/
H A Dcursor.cpp59 OpenGL::glCullFace (OpenGL::Front ()); in render()
67 OpenGL::glCullFace (OpenGL::Back ()); in render()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DOpenCSGRenderer.cc157 glCullFace(GL_FRONT); in renderCSGProducts()
159 glCullFace(GL_BACK); in renderCSGProducts()
185 glCullFace(GL_FRONT); in renderCSGProducts()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dfront-back-modes.c81 glCullFace(GL_FRONT); in Draw()
87 glCullFace(GL_BACK); in Draw()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dfront-back-modes.c81 glCullFace(GL_FRONT); in Draw()
87 glCullFace(GL_BACK); in Draw()
/dports/graphics/py-pivy/pivy-0.6.6/examples/utils/
H A DGlClipPlane.py28 glCullFace(GL_FRONT)
34 glCullFace(GL_BACK)
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/opengl/
H A Dshadow_volume_opengl.cpp85 glCullFace(GL_FRONT); in renderToStencilBuffer()
92 glCullFace(GL_BACK); in renderToStencilBuffer()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-fragcoord2.c152 glCullFace(GL_BACK); in test()
157 glCullFace(GL_FRONT); in test()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DOpenCSGRenderer.cc257 … cull->glBegin().emplace_back([]() { GL_TRACE0("glCullFace(GL_FRONT)"); glCullFace(GL_FRONT); }); in createCSGProducts()
271 cull->glBegin().emplace_back([]() { GL_TRACE0("glCullFace(GL_BACK)"); glCullFace(GL_BACK); }); in createCSGProducts()
321 …cull->glBegin().emplace_back([]() { GL_TRACE0("glCullFace(GL_FRONT)"); glCullFace(GL_FRONT); GL_ER… in createCSGProducts()
415 glCullFace(GL_FRONT); in renderCSGProducts()
417 glCullFace(GL_BACK); in renderCSGProducts()
445 glCullFace(GL_FRONT); in renderCSGProducts()
/dports/games/ensemblist/ensemblist-040126/
H A Ddraw.c485 glCullFace(GL_BACK); in draw_union_of_partial_products()
487 glCullFace(GL_FRONT); in draw_union_of_partial_products()
513 glCullFace(GL_BACK); in draw_union_of_partial_products()
515 glCullFace(GL_FRONT); in draw_union_of_partial_products()
573 glCullFace(GL_BACK); in draw_union_of_partial_products()
575 glCullFace(GL_FRONT); in draw_union_of_partial_products()
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dshadow.c127 glCullFace(GL_FRONT); in draw_shadow_volume_to_stencil()
132 glCullFace(GL_BACK); in draw_shadow_volume_to_stencil()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Dglide.c177 glCullFace(GL_FRONT); in fxGlidePrePaintWindow()
186 glCullFace(GL_BACK); in fxGlidePostPaintWindow()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DAreaTab.java236 GL.glCullFace(face); in drawAinsideB()
247 GL.glCullFace(GL.GL_BACK); in drawAinsideB()
253 GL.glCullFace(GL.GL_FRONT); in drawAinsideB()
264 GL.glCullFace(face); in drawAinsideB()

12345678910>>...87