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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btManifoldPoint.h 46 :m_userPersistentData(0),
69 m_userPersistentData(0),
103 mutable void* m_userPersistentData;
btPersistentManifold.cpp 51 printf("m_pointCache[%d].m_userPersistentData = %x\n",i,m_pointCache[i].m_userPersistentData);
59 void* oldPtr = pt.m_userPersistentData;
67 if (m_pointCache[i].m_userPersistentData == oldPtr)
77 if (pt.m_userPersistentData && gContactDestroyedCallback)
79 (*gContactDestroyedCallback)(pt.m_userPersistentData);
80 pt.m_userPersistentData = 0;
237 btAssert(m_pointCache[insertIndex].m_userPersistentData==0);
btPersistentManifold.h 172 m_pointCache[lastUsedIndex].m_userPersistentData = 0;
180 btAssert(m_pointCache[lastUsedIndex].m_userPersistentData==0);
203 void* cache = m_pointCache[insertIndex].m_userPersistentData;
207 m_pointCache[insertIndex].m_userPersistentData = cache;
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btManifoldPoint.i 49 *(const void **)&result = $self->m_userPersistentData;
54 $self->m_userPersistentData = (void*)value;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 1488 milliseconds