Home
last modified time | relevance | path

Searched refs:setNodeBound (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp170 setNodeBound(curIndex,primitive_boxes[startIndex].m_bound); in _build_sub_tree()
196 setNodeBound(curIndex,node_bound); in _build_sub_tree()
234 setNodeBound(nodecount,leafbox); in refit()
259 setNodeBound(nodecount,bound); in refit()
DbtGImpactQuantizedBvh.h180 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() function
330 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() function
332 m_box_tree.setNodeBound(nodeindex, bound); in setNodeBound()
DbtGImpactBvh.h194 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() function
354 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() function
356 m_box_tree.setNodeBound(nodeindex, bound); in setNodeBound()
Dgim_box_set.h184 SIMD_FORCE_INLINE void setNodeBound(GUINT nodeindex, const GIM_AABB & bound) in setNodeBound() function
231 setNodeBound(nodecount,leafbox); in refit()
245 setNodeBound(nodecount,bound); in refit()
419 SIMD_FORCE_INLINE void setNodeBound(GUINT nodeindex, const GIM_AABB & bound) in setNodeBound() function
421 m_box_tree.setNodeBound(nodeindex, bound); in setNodeBound()
DbtGImpactQuantizedBvh.cpp191 setNodeBound(curIndex,primitive_boxes[startIndex].m_bound); in _build_sub_tree()
217 setNodeBound(curIndex,node_bound); in _build_sub_tree()
256 setNodeBound(nodecount,leafbox); in refit()
281 setNodeBound(nodecount,bound); in refit()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtBvhTree.java89 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btBvhTree
DbtQuantizedBvhTree.java104 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btQuantizedBvhTree
DbtGImpactQuantizedBvh.java126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btGImpactQuantizedBvh
DbtGImpactBvh.java126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btGImpactBvh
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp48606 (arg1)->setNodeBound(arg2,(btAABB const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btBvhTree_1setNodeBound()
49083 (arg1)->setNodeBound(arg2,(btAABB const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactBvh_1setNodeBound()
49662 (arg1)->setNodeBound(arg2,(btAABB const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btQuantizedBvhTree_1setNodeBound()
50059 (arg1)->setNodeBound(arg2,(btAABB const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactQuantizedBvh_1setNodeBound()