HomeSort by relevance Sort by last modified time
    Searched refs:btHashMap (Results 1 - 14 of 14) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bCommon.h 23 #include "LinearMath/btHashMap.h"
35 typedef btHashMap<btHashPtr, bStructHandle*> bPtrMap;
bDNA.h 98 btHashMap<btHashInt, int> mStructReverse;
99 btHashMap<btHashString,int> mTypeLookup;
bFile.h 70 btHashMap<btHashPtr, bChunkInd> m_chunkPtrPtrMap;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 23 #include "LinearMath/btHashMap.h"
79 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
80 btHashMap<btHashPtr,btTriangleInfoMap*> m_timMap;
82 btHashMap<btHashString,btCollisionShape*> m_nameShapeMap;
83 btHashMap<btHashString,btCollisionObject*> m_nameColObjMap;
85 btHashMap<btHashPtr,const char*> m_objectNameMap;
87 btHashMap<btHashPtr,btCollisionShape*> m_shapeMap;
88 btHashMap<btHashPtr,btCollisionObject*> m_bodyMap;
btCollisionWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 23 #include "LinearMath/btHashMap.h"
88 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
89 btHashMap<btHashPtr,btTriangleInfoMap*> m_timMap;
91 btHashMap<btHashString,btCollisionShape*> m_nameShapeMap;
92 btHashMap<btHashString,btRigidBody*> m_nameBodyMap;
93 btHashMap<btHashString,btTypedConstraint*> m_nameConstraintMap;
94 btHashMap<btHashPtr,const char*> m_objectNameMap;
96 btHashMap<btHashPtr,btCollisionShape*> m_shapeMap;
97 btHashMap<btHashPtr,btCollisionObject*> m_bodyMap;
  /external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i 119 #include <LinearMath/btHashMap.h>
121 %include "LinearMath/btHashMap.h"
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSerializer.h 20 #include "btHashMap.h"
175 btHashMap<btHashInt, int> mStructReverse;
176 btHashMap<btHashString,int> mTypeLookup;
180 btHashMap<btHashPtr,void*> m_chunkP;
182 btHashMap<btHashPtr,const char*> m_nameMap;
184 btHashMap<btHashPtr,btPointerUid> m_uniquePointers;
390 btHashMap<btHashPtr,void*> m_skipPointers;
709 btHashMap<btHashPtr,btChunk*> m_uid2ChunkPtr;
710 btHashMap<btHashPtr,void*> m_orgPtr2UniqueDataPtr;
711 btHashMap<btHashString,const void*> m_names2Ptr
    [all...]
btHashMap.h 22 ///very basic hashable string implementation, compatible with btHashMap
217 ///The btHashMap template class implements a generic and lightweight hashmap.
218 ///A basic sample of how to use btHashMap is located in Demos\BasicDemo\main.cpp
220 class btHashMap
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.h 30 #include "LinearMath/btHashMap.h"
79 btHashMap<btHashKey<btTriIndex>,btTriIndex> m_shapeCache;
btSoftBody.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleInfoMap.h 20 #include "LinearMath/btHashMap.h"
54 typedef btHashMap<btHashInt,btTriangleInfo> btInternalTriangleInfoMap;
btConvexPolyhedron.cpp 22 #include "LinearMath/btHashMap.h"
104 btHashMap<btInternalVertexPair,btInternalEdge> edges;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 308 milliseconds