Home
last modified time | relevance | path

Searched refs:m_leafNodes (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.h199 NodeArray m_leafNodes; in ATTRIBUTE_ALIGNED16() local
245 return m_leafNodes[nodeIndex].m_aabbMinOrg; in ATTRIBUTE_ALIGNED16()
255 return m_leafNodes[nodeIndex].m_aabbMaxOrg; in ATTRIBUTE_ALIGNED16()
DbtQuantizedBvh.cpp73 m_leafNodes.clear(); in buildInternal()
817 btOptimizedBvhNode tmp = m_leafNodes[i]; in swapLeafNodes()
818 m_leafNodes[i] = m_leafNodes[splitIndex]; in swapLeafNodes()
819 m_leafNodes[splitIndex] = tmp; in swapLeafNodes()
830 m_contiguousNodes[internalNode] = m_leafNodes[leafNodeIndex]; in assignInternalNodeFromLeafNode()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtOptimizedBvh.cpp169 NodeTriangleCallback callback(m_leafNodes); in build()
177 numLeafNodes = m_leafNodes.size(); in build()
200 m_leafNodes.clear(); in build()