Home
last modified time | relevance | path

Searched refs:getPrimitiveManager (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactShape.h209 virtual const btPrimitiveManagerBase * getPrimitiveManager() const = 0;
242 getPrimitiveManager()->get_primitive_triangle(index,triangle); in getPrimitiveTriangle()
252 getPrimitiveManager()->get_primitive_box(child_index,child_aabb); in getChildAabb()
401 virtual const btPrimitiveManagerBase * getPrimitiveManager() const in getPrimitiveManager() function
747 void * dummy = (void*)(m_box_set.getPrimitiveManager()); in lockChildShapes()
754 void * dummy = (void*)(m_box_set.getPrimitiveManager()); in unlockChildShapes()
805 virtual const btPrimitiveManagerBase * getPrimitiveManager() const in getPrimitiveManager() function
1029 virtual const btPrimitiveManagerBase * getPrimitiveManager() const in getPrimitiveManager() function
Dgim_box_set.h267 const _GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager() const in getPrimitiveManager() function
272 _GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager() in getPrimitiveManager() function
658 t0_is_trimesh = boxset1->getPrimitiveManager().is_trimesh();
659 t1_is_trimesh = boxset2->getPrimitiveManager().is_trimesh();
DbtGImpactQuantizedBvh.h261 SIMD_FORCE_INLINE btPrimitiveManagerBase * getPrimitiveManager() const in getPrimitiveManager() function
DbtGImpactBvh.h285 SIMD_FORCE_INLINE btPrimitiveManagerBase * getPrimitiveManager() const in getPrimitiveManager() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGImpactShapeInterface.java90 public btPrimitiveManagerBase getPrimitiveManager() { in getPrimitiveManager() method in btGImpactShapeInterface
DbtGImpactQuantizedBvh.java77 public btPrimitiveManagerBase getPrimitiveManager() { in getPrimitiveManager() method in btGImpactQuantizedBvh
DbtGImpactBvh.java77 public btPrimitiveManagerBase getPrimitiveManager() { in getPrimitiveManager() method in btGImpactBvh
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp48848 result = (btPrimitiveManagerBase *)((btGImpactBvh const *)arg1)->getPrimitiveManager(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactBvh_1getPrimitiveManager()
49824 result = (btPrimitiveManagerBase *)((btGImpactQuantizedBvh const *)arg1)->getPrimitiveManager(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactQuantizedBvh_1getPrimitiveManager()
50366 result = (btPrimitiveManagerBase *)((btGImpactShapeInterface const *)arg1)->getPrimitiveManager(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactShapeInterface_1getPrimitiveManager()