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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btHashPtr.java 17 public class btHashPtr extends BulletBase {
20 protected btHashPtr(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btHashPtr, normally you should not need this constructor it's intended for low-level usage. */
26 public btHashPtr(long cPtr, boolean cMemoryOwn) {
27 this("btHashPtr", cPtr, cMemoryOwn);
38 public static long getCPtr(btHashPtr obj) {
60 public btHashPtr(long ptr) {
68 public boolean equals(btHashPtr other) {
69 return LinearMathJNI.btHashPtr_equals(swigCPtr, this, btHashPtr.getCPtr(other), other);
LinearMathJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bCommon.h 35 typedef btHashMap<btHashPtr, bStructHandle*> bPtrMap;
bFile.h 70 btHashMap<btHashPtr, bChunkInd> m_chunkPtrPtrMap;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 79 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
80 btHashMap<btHashPtr,btTriangleInfoMap*> m_timMap;
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 88 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
89 btHashMap<btHashPtr,btTriangleInfoMap*> m_timMap;
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/src/bullet/LinearMath/
btHashMap.h 112 class btHashPtr
123 btHashPtr(const void* ptr)
133 bool equals(const btHashPtr& other) const
btSerializer.h 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;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i 33 SPECIFY_CLASS(btHashPtr, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp     [all...]

Completed in 561 milliseconds