Home
last modified time | relevance | path

Searched refs:startVertexArray (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DPointSet.cpp202 SbBool vbo = this->startVertexArray(action, in GLRender()
H A DIndexedLineSet.cpp351 SbBool dovbo = this->startVertexArray(action, in GLRender()
H A DIndexedFaceSet.cpp567 SbBool dovbo = this->startVertexArray(action, in GLRender()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoShape.h141 SbBool startVertexArray(SoGLRenderAction * action,
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoPointSet.cpp272 SbBool vbo = this->startVertexArray(action, in GLRender()
H A DSoIndexedPointSet.cpp344 SbBool vbo = this->startVertexArray(action, in GLRender()
H A DSoIndexedLineSet.cpp345 SbBool dovbo = this->startVertexArray(action, in GLRender()
H A DSoIndexedFaceSet.cpp564 SbBool dovbo = this->startVertexArray(action, in GLRender()
H A DSoFaceSet.cpp578 SbBool dovbo = this->startVertexArray(action, in GLRender()
H A DSoShape.cpp1557 SoShape::startVertexArray(SoGLRenderAction * action, in startVertexArray() function in SoShape