Home
last modified time | relevance | path

Searched defs:tmpIndices (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtStridingMeshInterface.cpp270 btIntIndexData* tmpIndices = (btIntIndexData*)chunk->m_oldPtr; in serialize() local
288 btShortIntIndexTripletData* tmpIndices = (btShortIntIndexTripletData*)chunk->m_oldPtr; in serialize() local
306 btCharIndexTripletData* tmpIndices = (btCharIndexTripletData*)chunk->m_oldPtr; in serialize() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DSphereShapeBuilder.java28 private final static ShortArray tmpIndices = new ShortArray(); field in SphereShapeBuilder
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshBuilder.java56 private final static ShortArray tmpIndices = new ShortArray(); field in MeshBuilder
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp1116 btAlignedObjectArray<int>tmpIndices; in BringOutYourDead() local