Searched refs:setNodeBound (Results 1 – 10 of 10) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactBvh.cpp | 170 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()
|
D | btGImpactQuantizedBvh.h | 180 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()
|
D | btGImpactBvh.h | 194 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()
|
D | gim_box_set.h | 184 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()
|
D | btGImpactQuantizedBvh.cpp | 191 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/ |
D | btBvhTree.java | 89 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btBvhTree
|
D | btQuantizedBvhTree.java | 104 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btQuantizedBvhTree
|
D | btGImpactQuantizedBvh.java | 126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btGImpactQuantizedBvh
|
D | btGImpactBvh.java | 126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() method in btGImpactBvh
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 48606 (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()
|