Home
last modified time | relevance | path

Searched refs:m_userPersistentData (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPersistentManifold.cpp51 printf("m_pointCache[%d].m_userPersistentData = %x\n",i,m_pointCache[i].m_userPersistentData); in DebugPersistency()
59 void* oldPtr = pt.m_userPersistentData; in clearUserCache()
67 if (m_pointCache[i].m_userPersistentData == oldPtr) in clearUserCache()
77 if (pt.m_userPersistentData && gContactDestroyedCallback) in clearUserCache()
79 (*gContactDestroyedCallback)(pt.m_userPersistentData); in clearUserCache()
80 pt.m_userPersistentData = 0; in clearUserCache()
237 btAssert(m_pointCache[insertIndex].m_userPersistentData==0); in addManifoldPoint()
DbtManifoldPoint.h46 :m_userPersistentData(0), in btManifoldPoint()
69 m_userPersistentData(0), in btManifoldPoint()
103 mutable void* m_userPersistentData; variable
DbtPersistentManifold.h172 m_pointCache[lastUsedIndex].m_userPersistentData = 0; in ATTRIBUTE_ALIGNED128()
180 btAssert(m_pointCache[lastUsedIndex].m_userPersistentData==0); in ATTRIBUTE_ALIGNED128()
203 void* cache = m_pointCache[insertIndex].m_userPersistentData; in ATTRIBUTE_ALIGNED128()
207 m_pointCache[insertIndex].m_userPersistentData = cache; in ATTRIBUTE_ALIGNED128()
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtManifoldPoint.i49 *(const void **)&result = $self->m_userPersistentData; in getUserValue()
54 $self->m_userPersistentData = (void*)value; in setUserValue()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp2241 *(const void **)&result = self->m_userPersistentData; in btManifoldPoint_getUserValue()
2245 self->m_userPersistentData = (void*)value; in btManifoldPoint_setUserValue()
41481 if (arg1) (arg1)->m_userPersistentData = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btManifoldPoint_1userPersistentData_1set()
41494 result = (void *) ((arg1)->m_userPersistentData); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btManifoldPoint_1userPersistentData_1get()