Home
last modified time | relevance | path

Searched refs:getEscapeNodeIndex (Results 1 – 9 of 9) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactQuantizedBvh.h206 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() function
346 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() function
348 return m_box_tree.getEscapeNodeIndex(nodeindex); in getEscapeNodeIndex()
DbtGImpactBvh.h210 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() function
370 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() function
372 return m_box_tree.getEscapeNodeIndex(nodeindex); in getEscapeNodeIndex()
DbtGImpactBvh.cpp309 curIndex+= getEscapeNodeIndex(curIndex); in boxQuery()
349 curIndex+= getEscapeNodeIndex(curIndex); in rayQuery()
DbtGImpactQuantizedBvh.cpp338 curIndex+= getEscapeNodeIndex(curIndex); in boxQuery()
378 curIndex+= getEscapeNodeIndex(curIndex); in rayQuery()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtBvhTree.java101 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() method in btBvhTree
DbtQuantizedBvhTree.java116 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() method in btQuantizedBvhTree
DbtGImpactQuantizedBvh.java138 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() method in btGImpactQuantizedBvh
DbtGImpactBvh.java138 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() method in btGImpactBvh
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp48655 result = (int)((btBvhTree const *)arg1)->getEscapeNodeIndex(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btBvhTree_1getEscapeNodeIndex()
49132 result = (int)((btGImpactBvh const *)arg1)->getEscapeNodeIndex(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactBvh_1getEscapeNodeIndex()
49711 result = (int)((btQuantizedBvhTree const *)arg1)->getEscapeNodeIndex(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btQuantizedBvhTree_1getEscapeNodeIndex()
50108 result = (int)((btGImpactQuantizedBvh const *)arg1)->getEscapeNodeIndex(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactQuantizedBvh_1getEscapeNodeIndex()