HomeSort by relevance Sort by last modified time
    Searched defs:getPrimitiveManager (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.h 285 SIMD_FORCE_INLINE btPrimitiveManagerBase * getPrimitiveManager() const
btGImpactQuantizedBvh.h 261 SIMD_FORCE_INLINE btPrimitiveManagerBase * getPrimitiveManager() const
gim_box_set.h 267 const _GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager() const
272 _GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager()
658 t0_is_trimesh = boxset1->getPrimitiveManager().is_trimesh();
659 t1_is_trimesh = boxset2->getPrimitiveManager().is_trimesh();
btGImpactShape.h 209 virtual const btPrimitiveManagerBase * getPrimitiveManager() const = 0;
242 getPrimitiveManager()->get_primitive_triangle(index,triangle);
252 getPrimitiveManager()->get_primitive_box(child_index,child_aabb);
401 virtual const btPrimitiveManagerBase * getPrimitiveManager() const
747 void * dummy = (void*)(m_box_set.getPrimitiveManager());
754 void * dummy = (void*)(m_box_set.getPrimitiveManager());
805 virtual const btPrimitiveManagerBase * getPrimitiveManager() const
1029 virtual const btPrimitiveManagerBase * getPrimitiveManager() const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactBvh.java 77 public btPrimitiveManagerBase getPrimitiveManager() {
btGImpactQuantizedBvh.java 77 public btPrimitiveManagerBase getPrimitiveManager() {
btGImpactShapeInterface.java 90 public btPrimitiveManagerBase getPrimitiveManager() {

Completed in 75 milliseconds