Home
last modified time | relevance | path

Searched defs:getVertexData (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DIndexedShape.cpp109 SoVRMLIndexedShape::getVertexData(SoState * state, in getVertexData() function in SoVRMLIndexedShape
H A DVertexShape.cpp344 SoVRMLVertexShape::getVertexData(SoState * state, in getVertexData() function in SoVRMLVertexShape
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbClip.cpp202 SbClip::getVertexData(const int idx) const in getVertexData() function in SbClip
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoVertexShape.cpp311 SoVertexShape::getVertexData(SoState * state, in getVertexData() function in SoVertexShape
H A DSoIndexedShape.cpp312 SoIndexedShape::getVertexData(SoState * state, in getVertexData() function in SoIndexedShape
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dvertexlist.cpp313 void* VertexList::getVertexData() const in getVertexData() function in VertexList
H A Dmesh.h202 const void* getVertexData() const { return vertices; } in getVertexData() function
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dvertexlist.cpp313 void* VertexList::getVertexData() const in getVertexData() function in VertexList
H A Dmesh.h202 const void* getVertexData() const { return vertices; } in getVertexData() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/utils/
H A DSkPatchUtils.cpp172 bool SkPatchUtils::getVertexData(SkPatchUtils::VertexData* data, const SkPoint cubics[12], in getVertexData() function in SkPatchUtils
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreStaticGeometry.h232 const VertexData* getVertexData(void) const { return mVertexData; } in getVertexData() function
H A DOgreInstancedGeometry.h235 const VertexData* getVertexData(void) const { return mVertexData; } in getVertexData() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreStaticGeometry.h231 const VertexData* getVertexData(void) const { return mVertexData; } in getVertexData() function
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/CPU/
H A DbtSoftBodySolver_CPU.cpp46 btSoftBodyVertexData &btCPUSoftBodySolver::getVertexData() in getVertexData() function in btCPUSoftBodySolver
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/
H A DbtSoftBodySolver_OpenCL.cpp825 btSoftBodyVertexData &btOpenCLSoftBodySolver::getVertexData() in getVertexData() function in btOpenCLSoftBodySolver
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/
H A DbtSoftBodySolver_DX11.cpp778 btSoftBodyVertexData &btDX11SoftBodySolver::getVertexData() in getVertexData() function in btDX11SoftBodySolver
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeometryArrayRetained.java10778 void getVertexData(int i, Point3d pnts) { in getVertexData() method in GeometryArrayRetained