OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_userIndex
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h
32
int
m_userIndex
;
38
btCollisionShape() : m_shapeType (INVALID_SHAPE_PROXYTYPE), m_userPointer(0),
m_userIndex
(-1)
136
m_userIndex
= index;
141
return
m_userIndex
;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.h
98
int
m_userIndex
;
477
return
m_userIndex
;
488
m_userIndex
= index;
btCollisionObject.cpp
38
m_userIndex
(-1),
Completed in 133 milliseconds