Home
last modified time | relevance | path

Searched refs:quadstrip (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/models/oiv_compliance/
H A Darray.iv11 DEF quadstrip Group {
33 USE quadstrip
45 USE quadstrip
58 USE quadstrip
71 USE quadstrip
84 USE quadstrip
100 USE quadstrip
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtessellate/
H A Dosgtessellate.cpp63 static GLdouble quadstrip[8][3] = in makePolsTwo() local
85 coords->push_back(osg::Vec3(quadstrip[i][0],quadstrip[i][2],quadstrip[i][1])); in makePolsTwo()
86 tcs->push_back(osg::Vec2(quadstrip[i][0],quadstrip[i][1])/200.0); in makePolsTwo()
374 static GLdouble quadstrip[8][3] = in makePols() local
450 coords->push_back(osg::Vec3(quadstrip[i][0],quadstrip[i][2],quadstrip[i][1])); in makePols()
451 tcs->push_back(osg::Vec2(quadstrip[i][0],quadstrip[i][1])/200.0); in makePols()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtessellate/
H A Dosgtessellate.cpp63 static GLdouble quadstrip[8][3] = in makePolsTwo() local
85 coords->push_back(osg::Vec3(quadstrip[i][0],quadstrip[i][2],quadstrip[i][1])); in makePolsTwo()
86 tcs->push_back(osg::Vec2(quadstrip[i][0],quadstrip[i][1])/200.0); in makePolsTwo()
374 static GLdouble quadstrip[8][3] = in makePols() local
450 coords->push_back(osg::Vec3(quadstrip[i][0],quadstrip[i][2],quadstrip[i][1])); in makePols()
451 tcs->push_back(osg::Vec2(quadstrip[i][0],quadstrip[i][1])/200.0); in makePols()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A DMakefile.am105 quadstrip \ program
106 quadstrip-clip \
107 quadstrip-cont \
108 quadstrip-flat \
H A D.gitignore71 quadstrip
72 quadstrip-clip
73 quadstrip-cont
74 quadstrip-flat
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A DMakefile.am104 quadstrip \ program
105 quadstrip-clip \
106 quadstrip-cont \
107 quadstrip-flat \
H A DMakefile.in162 @HAVE_GLUT_TRUE@ quadstrip$(EXEEXT) quadstrip-clip$(EXEEXT) \
163 @HAVE_GLUT_TRUE@ quadstrip-cont$(EXEEXT) \
477 quadstrip_SOURCES = quadstrip.c
478 quadstrip_OBJECTS = quadstrip.$(OBJEXT)
480 quadstrip_clip_SOURCES = quadstrip-clip.c
833 quadstrip.c quadstrip-clip.c quadstrip-cont.c quadstrip-flat.c \
884 quadstrip.c quadstrip-clip.c quadstrip-cont.c quadstrip-flat.c \
1497 @rm -f quadstrip$(EXEEXT)
1501 @rm -f quadstrip-clip$(EXEEXT)
1505 @rm -f quadstrip-cont$(EXEEXT)
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osglight/
H A Dosglight.cpp211 … osg::DrawElementsUShort* quadstrip = new osg::DrawElementsUShort(osg::PrimitiveSet::QUAD_STRIP); in createWall() local
212 quadstrip->reserve(noXSteps*2); in createWall()
215 quadstrip->push_back((row+1)*noXSteps+col); in createWall()
216 quadstrip->push_back(row*noXSteps+col); in createWall()
218 geom->addPrimitiveSet(quadstrip); in createWall()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osglight/
H A Dosglight.cpp211 … osg::DrawElementsUShort* quadstrip = new osg::DrawElementsUShort(osg::PrimitiveSet::QUAD_STRIP); in createWall() local
212 quadstrip->reserve(noXSteps*2); in createWall()
215 quadstrip->push_back((row+1)*noXSteps+col); in createWall()
216 quadstrip->push_back(row*noXSteps+col); in createWall()
218 geom->addPrimitiveSet(quadstrip); in createWall()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
H A Du_indices_gen.py332 def quadstrip(intype, outtype, inpv, outpv, pr): function
403 quadstrip(intype, outtype, inpv, outpv, pr)
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
H A Du_indices_gen.py332 def quadstrip(intype, outtype, inpv, outpv, pr): function
403 quadstrip(intype, outtype, inpv, outpv, pr)
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgParticle/
H A DConnectedParticleSystem44 ///Get the (const) particle from where the line or quadstrip starts to be drawn
50 ///Get the particle from where the line or quadstrip starts to be drawn
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/
H A DConnectedParticleSystem44 ///Get the (const) particle from where the line or quadstrip starts to be drawn
50 ///Get the particle from where the line or quadstrip starts to be drawn
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py192 def quadstrip(intype, outtype): function
223 quadstrip(intype, outtype)
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py194 def quadstrip(intype, outtype): function
225 quadstrip(intype, outtype)
H A Du_indices_gen.py340 def quadstrip(intype, outtype, inpv, outpv, pr): function
435 quadstrip(intype, outtype, inpv, outpv, pr)

12