Home
last modified time | relevance | path

Searched refs:glEvalMesh2 (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux/
H A Dteapot.c94 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
96 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
99 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
101 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
141 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
143 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
146 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
148 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A Dteapot.c88 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
90 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
93 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
95 glEvalMesh2(GL_FILL, 0, GRD, 0, GRD); in solidTeapot()
135 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
137 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
140 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
142 glEvalMesh2(GL_LINE, 0, GRD, 0, GRD); in wireTeapot()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfreeglut_teapot.cxx125 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
128 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
132 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
135 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_teapot.c197 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
200 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
204 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
207 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/GLUT/libglut/
H A Dglut_teapot.c178 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
181 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
185 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
188 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dglut_teapot.c180 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
183 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
187 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
190 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfreeglut_teapot.cxx125 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
128 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
132 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
135 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfreeglut_teapot.cxx125 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
128 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
132 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
135 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_teapot.c153 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
156 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
160 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
163 glEvalMesh2(type, 0, grid, 0, grid); in fghTeapot()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/nurbs/
H A DOpenGLSurfaceEvaluator.java170 gl.glEvalMesh2(GL.GL_FILL, umin, umax, vmin, vmax); in mapmesh2f()
173 gl.glEvalMesh2(GL.GL_LINE, umin, umax, vmin, vmax); in mapmesh2f()
176 gl.glEvalMesh2(GL.GL_POINT, umin, umax, vmin, vmax); in mapmesh2f()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/gl2/nurbs/
H A DGL2SurfaceEvaluator.java146 gl.glEvalMesh2(GL2GL3.GL_FILL, umin, umax, vmin, vmax); in mapmesh2f()
149 gl.glEvalMesh2(GL2GL3.GL_LINE, umin, umax, vmin, vmax); in mapmesh2f()
152 gl.glEvalMesh2(GL2GL3.GL_POINT, umin, umax, vmin, vmax); in mapmesh2f()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dteapot.c202 glEvalMesh2(type, 0, grid, 0, grid); in unit_teapot()
206 glEvalMesh2(type, 0, grid, 0, grid); in unit_teapot()
211 glEvalMesh2(type, 0, grid, 0, grid); in unit_teapot()
215 glEvalMesh2(type, 0, grid, 0, grid); in unit_teapot()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgteapot/
H A Dosgteapot.cpp203 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
206 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
210 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
213 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgteapot/
H A Dosgteapot.cpp203 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
206 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
210 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
213 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/samples/
H A Deval.c307 glEvalMesh2(GL_POINT, 0, 20, 0, 20); in RenderEval()
309 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in RenderEval()
311 glEvalMesh2(GL_LINE, 0, 20, 0, 20); in RenderEval()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/samples/
H A Deval.c307 glEvalMesh2(GL_POINT, 0, 20, 0, 20); in RenderEval()
309 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in RenderEval()
311 glEvalMesh2(GL_LINE, 0, 20, 0, 20); in RenderEval()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dtest_evaluators.py33 glEvalMesh2(GL_FILL, 0, 20, 0, 20)
35 glEvalMesh2(GL_POINT, 0, 20, 0, 20)
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglshapes.c833 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
836 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
840 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
843 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/
H A Dnurbssrf.c983 glEvalMesh2(display_mode,1,right, 1, top); in nurbs_map_bezier()
994 glEvalMesh2(display_mode,1,right, 0, top); in nurbs_map_bezier()
1001 glEvalMesh2(display_mode,1,left, 0, top-1); in nurbs_map_bezier()
1020 glEvalMesh2(display_mode,0,right, 1, top); in nurbs_map_bezier()
1027 glEvalMesh2(display_mode,0,right, 0, top); in nurbs_map_bezier()
1032 glEvalMesh2(display_mode,0,left, 0, top-1); in nurbs_map_bezier()
1044 glEvalMesh2(display_mode,0,right-1, 1, bottom); in nurbs_map_bezier()
1056 glEvalMesh2(display_mode,0,right-1, 0, bottom); in nurbs_map_bezier()
1063 glEvalMesh2(display_mode,0,left-1, 0, bottom-1); in nurbs_map_bezier()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Dbezmesh.c102 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in display()
H A Dtexturesurf.c67 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Dbezmesh.c102 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in display()
H A Dtexturesurf.c67 glEvalMesh2(GL_FILL, 0, 20, 0, 20); in display()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dvpeval.c128 glEvalMesh2(GL_FILL, 0, 8, 0, 8); in display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dvpeval.c128 glEvalMesh2(GL_FILL, 0, 8, 0, 8); in display()

12345678910>>...34