Home
last modified time | relevance | path

Searched refs:DrawArrays (Results 1 – 25 of 1249) sorted by relevance

12345678910>>...50

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc686 cmds::DrawArrays cmd; in TEST_P()
697 cmds::DrawArrays cmd; in TEST_P()
709 cmds::DrawArrays cmd; in TEST_P()
723 cmds::DrawArrays cmd; in TEST_P()
760 cmds::DrawArrays cmd; in TEST_P()
770 cmds::DrawArrays cmd; in TEST_P()
781 cmds::DrawArrays cmd; in TEST_P()
793 cmds::DrawArrays cmd; in TEST_P()
810 cmds::DrawArrays cmd; in TEST_P()
839 cmds::DrawArrays cmd; in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc686 cmds::DrawArrays cmd; in TEST_P()
697 cmds::DrawArrays cmd; in TEST_P()
709 cmds::DrawArrays cmd; in TEST_P()
723 cmds::DrawArrays cmd; in TEST_P()
760 cmds::DrawArrays cmd; in TEST_P()
770 cmds::DrawArrays cmd; in TEST_P()
781 cmds::DrawArrays cmd; in TEST_P()
793 cmds::DrawArrays cmd; in TEST_P()
810 cmds::DrawArrays cmd; in TEST_P()
839 cmds::DrawArrays cmd; in TEST_P()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/
H A DDrawArrayVisitor37 osg::DrawArrays* dw = dynamic_cast<osg::DrawArrays*>(ps);
39 … osg::DrawArrays* ndw = new osg::DrawArrays(dw->getMode(), start, dw->getNumIndices());
52 … osg::DrawArrays* ndw = new osg::DrawArrays(de->getMode(), start, de->getNumIndices());
69 … osg::DrawArrays* ndw = new osg::DrawArrays(dal->getMode(), start, totalDrawArraysVertexes);
H A DUnIndexMeshVisitor.cpp82 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, in apply()
101 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::LINES, in apply()
115 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::POINTS, in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/
H A DDrawArrayVisitor37 osg::DrawArrays* dw = dynamic_cast<osg::DrawArrays*>(ps);
41 … osg::DrawArrays* ndw = new osg::DrawArrays(dw->getMode(), start, dw->getNumIndices());
55 … osg::DrawArrays* ndw = new osg::DrawArrays(de->getMode(), start, de->getNumIndices());
74 … osg::DrawArrays* ndw = new osg::DrawArrays(dal->getMode(), start, totalDrawArraysVertexes);
H A DUnIndexMeshVisitor.cpp82 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, in process()
101 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::LINES, in process()
115 newPrimitives.push_back(new osg::DrawArrays(osg::PrimitiveSet::POINTS, in process()
/dports/games/spring/spring_98.0/rts/Rendering/GL/
H A DVertexArray.cpp105 void CVertexArray::DrawArrays(const GLenum mode, const unsigned int stride) in DrawArrays() function in CVertexArray
203 DrawArrays(drawType, stride); in DrawArray0()
215 DrawArrays(drawType, stride); in DrawArray2d0()
229 DrawArrays(drawType, stride); in DrawArrayN()
245 DrawArrays(drawType, stride); in DrawArrayC()
261 DrawArrays(drawType, stride); in DrawArrayT()
277 DrawArrays(drawType, stride); in DrawArray2dT()
295 DrawArrays(drawType, stride); in DrawArray2dTC()
331 DrawArrays(drawType, stride); in DrawArrayTN()
363 DrawArrays(drawType, stride); in DrawArrayTNT()
[all …]
H A DVertexArrayRange.cpp40 DrawArrays(drawType, stride); in DrawArrayT()
58 DrawArrays(drawType, stride); in DrawArrayT2()
78 DrawArrays(drawType, stride); in DrawArrayTN()
95 DrawArrays(drawType, stride); in DrawArrayTC()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/data/
H A Daxes.osgt21 osg::DrawArrays {
26 osg::DrawArrays {
159 osg::DrawArrays {
164 osg::DrawArrays {
297 osg::DrawArrays {
302 osg::DrawArrays {
441 osg::DrawArrays {
1221 osg::DrawArrays {
2049 osg::DrawArrays {
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dgroundradar.cxx112 taxi_geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS, 0, 0)); // Taxiways in createTexture()
124 rwy_geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS, 0, 0)); // Runways in createTexture()
209 polygon->addPrimitiveSet( new osg::DrawArrays( osg::PrimitiveSet::POLYGON, 0, pts->size() ) ); in addPavementGeometry()
245 osg::DrawArrays* taxi = dynamic_cast<osg::DrawArrays*>(taxi_geom->getPrimitiveSet(0)); in updateTexture()
265 osg::DrawArrays *da; in updateTexture()
269 if ((da = dynamic_cast<osg::DrawArrays *>(ii->get())) != 0) in updateTexture()
271 osg::DrawArrays *ps = new osg::DrawArrays(*da); in updateTexture()
346 osg::DrawArrays* rwy = dynamic_cast<osg::DrawArrays*>(rwy_geom->getPrimitiveSet(0)); in updateTexture()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtessellate/
H A Dosgtessellate.cpp151 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makeSideWall()
159 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,24));nstart+=24; in makeSideWall()
167 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,5));nstart+=5; in makeSideWall()
250 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,5));nstart+=5; in makeFrontWall()
263 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,20));nstart+=20; in makeFrontWall()
474 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,12));nstart+=12; in makePols()
475 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,12));nstart+=12; in makePols()
476 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,16));nstart+=16; in makePols()
477 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makePols()
478 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makePols()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtessellate/
H A Dosgtessellate.cpp151 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makeSideWall()
159 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,24));nstart+=24; in makeSideWall()
167 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,5));nstart+=5; in makeSideWall()
250 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,5));nstart+=5; in makeFrontWall()
263 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,20));nstart+=20; in makeFrontWall()
474 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,12));nstart+=12; in makePols()
475 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,12));nstart+=12; in makePols()
476 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,nstart,16));nstart+=16; in makePols()
477 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makePols()
478 gtess->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,nstart,4));nstart+=4; in makePols()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/
H A DGeode.h16 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
18 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
20 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
22 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
24 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
26 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
28 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
30 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
32 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/
H A DGeode.h16 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
18 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
20 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
22 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
24 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
26 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
28 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
30 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
32 …t osg::Vec2 *pTexCoords, const osg::IndexArray *pTexIndices,const osg::DrawArrays* drawArray, std:…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osggeometry/
H A Dosggeometry.cpp138 … pointsGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS,0,vertices->size())); in createScene()
181 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINES,0,8)); in createScene()
221 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP,0,5)); in createScene()
266 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP,0,numCoords)); in createScene()
336 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,0,numCoords)); in createScene()
381 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,0,numCoords)); in createScene()
428 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUAD_STRIP,0,numCoords)); in createScene()
494 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES,0,6)); in createScene()
495 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLE_STRIP,6,6)); in createScene()
496 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLE_FAN,12,5)); in createScene()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osggpucull/
H A DDrawIndirectPrimitiveSet.h33 class DrawArraysIndirect : public osg::DrawArrays
37 : osg::DrawArrays(mode), _buffer(buffer), _indirect(indirect) in DrawArrays() function
52 class MultiDrawArraysIndirect : public osg::DrawArrays
56 …: osg::DrawArrays(mode), _buffer(buffer), _indirect(indirect), _drawcount(drawcount), _stride(stri… in DrawArrays() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/
H A DESRIShapeParser.cpp240 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, coords.size())); in _combinePointToMultipoint()
256 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1)); in _process()
308 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len)); in _process()
337 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len)); in _process()
363 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1)); in _process()
415 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len)); in _process()
444 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len)); in _process()
461 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1)); in _process()
513 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len)); in _process()
543 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len)); in _process()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/
H A DESRIShapeParser.cpp240 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, coords.size()));
256 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1));
308 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len));
337 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len));
363 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1));
415 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len));
444 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len));
461 geometry->addPrimitiveSet( new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1));
513 new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, index, len));
543 new osg::DrawArrays(osg::PrimitiveSet::POLYGON, index, len));
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osggeometry/
H A Dosggeometry.cpp193 … pointsGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS,0,vertices->size())); in createScene()
239 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINES,0,8)); in createScene()
280 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP,0,5)); in createScene()
326 linesGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP,0,numCoords)); in createScene()
395 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POLYGON,0,numCoords)); in createScene()
441 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUADS,0,numCoords)); in createScene()
489 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::QUAD_STRIP,0,numCoords)); in createScene()
555 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES,0,6)); in createScene()
556 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLE_STRIP,6,6)); in createScene()
557 polyGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLE_FAN,12,5)); in createScene()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DDrawArrays.h8 class DrawArrays : public osg::DrawArrays{
H A DDrawArrays.cpp21 void DrawArrays::write(DataOutputStream* out){ in write()
38 void DrawArrays::read(DataInputStream* in){ in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DDrawArrays.h8 class DrawArrays : public ReadWrite, public osg::DrawArrays{
H A DDrawArrays.cpp21 void DrawArrays::write(DataOutputStream* out){ in write()
38 void DrawArrays::read(DataInputStream* in){ in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ogr/
H A DReaderWriterOGR.cpp234 pointGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1)); in pointsToDrawable()
249 …contourGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, 0, vertices->size()… in linearRingToDrawable()
265 …contourGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, 0, vertices->size(… in lineStringToDrawable()
289 … pointGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, vertices->size())); in multiPointToDrawable()
335 …geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, size, triangulized->size()… in multiPolygonToDrawable()
366 … geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, 0, vertices->size())); in polygonToDrawable()
380 …geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, vertices->size()-ring->get… in polygonToDrawable()
391 geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, 0, array->size())); in polygonToDrawable()
429 … geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, size, arraySrc->size())); in multiLineStringToDrawable()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ogr/
H A DReaderWriterOGR.cpp227 pointGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, 1)); in pointsToDrawable()
242 …contourGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, 0, vertices->size()… in linearRingToDrawable()
258 …contourGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, 0, vertices->size(… in lineStringToDrawable()
284 … pointGeom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::POINTS, 0, vertices->size())); in multiPointToDrawable()
330 …geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, size, triangulized->size()… in multiPolygonToDrawable()
361 … geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, 0, vertices->size())); in polygonToDrawable()
375 …geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_LOOP, vertices->size()-ring->get… in polygonToDrawable()
386 geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES, 0, array->size())); in polygonToDrawable()
424 … geom->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINE_STRIP, size, arraySrc->size())); in multiLineStringToDrawable()

12345678910>>...50