OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_userpersistentdata
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
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);
btManifoldPoint.h
46
:
m_userPersistentData
(0),
69
m_userPersistentData
(0),
103
mutable void*
m_userPersistentData
;
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 253 milliseconds