Searched refs:getLeftNode (Results 1 – 9 of 9) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactBvh.cpp | 245 int child_node = getLeftNode(nodecount); in refit() 405 node0,boxset1->getLeftNode(node1),false); in _find_collision_pairs_recursive() 425 boxset0->getLeftNode(node0),node1,false); in _find_collision_pairs_recursive() 446 boxset0->getLeftNode(node0),boxset1->getLeftNode(node1),false); in _find_collision_pairs_recursive() 453 boxset0->getLeftNode(node0),boxset1->getRightNode(node1),false); in _find_collision_pairs_recursive() 461 boxset0->getRightNode(node0),boxset1->getLeftNode(node1),false); in _find_collision_pairs_recursive()
|
D | btGImpactQuantizedBvh.cpp | 267 int child_node = getLeftNode(nodecount); in refit() 434 node0,boxset1->getLeftNode(node1),false); in _find_quantized_collision_pairs_recursive() 454 boxset0->getLeftNode(node0),node1,false); in _find_quantized_collision_pairs_recursive() 475 boxset0->getLeftNode(node0),boxset1->getLeftNode(node1),false); in _find_quantized_collision_pairs_recursive() 482 boxset0->getLeftNode(node0),boxset1->getRightNode(node1),false); in _find_quantized_collision_pairs_recursive() 490 boxset0->getRightNode(node0),boxset1->getLeftNode(node1),false); in _find_quantized_collision_pairs_recursive()
|
D | btGImpactQuantizedBvh.h | 195 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() function 336 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() function 338 return m_box_tree.getLeftNode(nodeindex); in getLeftNode()
|
D | btGImpactBvh.h | 199 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() function 360 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() function 362 return m_box_tree.getLeftNode(nodeindex); in getLeftNode()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btBvhTree.java | 93 public int getLeftNode(int nodeindex) { in getLeftNode() method in btBvhTree
|
D | btQuantizedBvhTree.java | 108 public int getLeftNode(int nodeindex) { in getLeftNode() method in btQuantizedBvhTree
|
D | btGImpactQuantizedBvh.java | 130 public int getLeftNode(int nodeindex) { in getLeftNode() method in btGImpactQuantizedBvh
|
D | btGImpactBvh.java | 130 public int getLeftNode(int nodeindex) { in getLeftNode() method in btGImpactBvh
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 48621 result = (int)((btBvhTree const *)arg1)->getLeftNode(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btBvhTree_1getLeftNode() 49098 result = (int)((btGImpactBvh const *)arg1)->getLeftNode(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactBvh_1getLeftNode() 49677 result = (int)((btQuantizedBvhTree const *)arg1)->getLeftNode(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btQuantizedBvhTree_1getLeftNode() 50074 result = (int)((btGImpactQuantizedBvh const *)arg1)->getLeftNode(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactQuantizedBvh_1getLeftNode()
|