HomeSort by relevance Sort by last modified time
    Searched defs:indicestype (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMultimaterialTriangleMeshShape.h 46 PHY_ScalarType indicestype; local
60 indicestype,
79 PHY_ScalarType indicestype; local
93 indicestype,
btBvhTriangleMeshShape.cpp 116 PHY_ScalarType indicestype; local
126 indicestype,
130 btAssert(indicestype==PHY_INTEGER||indicestype==PHY_SHORT);
135 int graphicsindex = indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
185 PHY_ScalarType indicestype; local
195 indicestype,
199 btAssert(indicestype==PHY_INTEGER||indicestype==PHY_SHORT);
204 int graphicsindex = indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j]
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp 335 PHY_ScalarType indicestype = PHY_INTEGER; local
339 meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,partId);
349 int graphicsindex = indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 553 PHY_ScalarType indicestype; member in class:btGImpactMeshShapePart::TrimeshPrimitiveManager
615 type, stride,&indexbase, indexstride, numfaces,indicestype,m_part);
650 if(indicestype == PHY_SHORT)

Completed in 238 milliseconds