Searched defs:nodeindex (Results 1 – 8 of 8) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactQuantizedBvh.h | 159 SIMD_FORCE_INLINE bool isLeafNode(int nodeindex) const in isLeafNode() 164 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() 169 SIMD_FORCE_INLINE void getNodeBound(int nodeindex, btAABB & bound) const in getNodeBound() 180 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() 195 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() 200 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const in getRightNode() 206 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() 315 SIMD_FORCE_INLINE bool isLeafNode(int nodeindex) const in isLeafNode() 320 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() 325 SIMD_FORCE_INLINE void getNodeBound(int nodeindex, btAABB & bound) const in getNodeBound() [all …]
|
D | btGImpactBvh.h | 179 SIMD_FORCE_INLINE bool isLeafNode(int nodeindex) const in isLeafNode() 184 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() 189 SIMD_FORCE_INLINE void getNodeBound(int nodeindex, btAABB & bound) const in getNodeBound() 194 SIMD_FORCE_INLINE void setNodeBound(int nodeindex, const btAABB & bound) in setNodeBound() 199 SIMD_FORCE_INLINE int getLeftNode(int nodeindex) const in getLeftNode() 204 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const in getRightNode() 210 SIMD_FORCE_INLINE int getEscapeNodeIndex(int nodeindex) const in getEscapeNodeIndex() 339 SIMD_FORCE_INLINE bool isLeafNode(int nodeindex) const in isLeafNode() 344 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() 349 SIMD_FORCE_INLINE void getNodeBound(int nodeindex, btAABB & bound) const in getNodeBound() [all …]
|
D | gim_box_set.h | 169 SIMD_FORCE_INLINE bool isLeafNode(GUINT nodeindex) const in isLeafNode() 174 SIMD_FORCE_INLINE GUINT getNodeData(GUINT nodeindex) const in getNodeData() 179 SIMD_FORCE_INLINE void getNodeBound(GUINT nodeindex, GIM_AABB & bound) const in getNodeBound() 184 SIMD_FORCE_INLINE void setNodeBound(GUINT nodeindex, const GIM_AABB & bound) in setNodeBound() 189 SIMD_FORCE_INLINE GUINT getLeftNodeIndex(GUINT nodeindex) const in getLeftNodeIndex() 194 SIMD_FORCE_INLINE GUINT getRightNodeIndex(GUINT nodeindex) const in getRightNodeIndex() 199 SIMD_FORCE_INLINE GUINT getScapeNodeIndex(GUINT nodeindex) const in getScapeNodeIndex() 404 SIMD_FORCE_INLINE bool isLeafNode(GUINT nodeindex) const in isLeafNode() 409 SIMD_FORCE_INLINE GUINT getNodeData(GUINT nodeindex) const in getNodeData() 414 SIMD_FORCE_INLINE void getNodeBound(GUINT nodeindex, GIM_AABB & bound) const in getNodeBound() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btBvhTree.java | 77 public boolean isLeafNode(int nodeindex) { in isLeafNode() 81 public int getNodeData(int nodeindex) { in getNodeData() 85 public void getNodeBound(int nodeindex, btAABB bound) { in getNodeBound() 89 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() 93 public int getLeftNode(int nodeindex) { in getLeftNode() 97 public int getRightNode(int nodeindex) { in getRightNode() 101 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex()
|
D | btQuantizedBvhTree.java | 92 public boolean isLeafNode(int nodeindex) { in isLeafNode() 96 public int getNodeData(int nodeindex) { in getNodeData() 100 public void getNodeBound(int nodeindex, btAABB bound) { in getNodeBound() 104 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() 108 public int getLeftNode(int nodeindex) { in getLeftNode() 112 public int getRightNode(int nodeindex) { in getRightNode() 116 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex()
|
D | btGImpactBvh.java | 114 public boolean isLeafNode(int nodeindex) { in isLeafNode() 118 public int getNodeData(int nodeindex) { in getNodeData() 122 public void getNodeBound(int nodeindex, btAABB bound) { in getNodeBound() 126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() 130 public int getLeftNode(int nodeindex) { in getLeftNode() 134 public int getRightNode(int nodeindex) { in getRightNode() 138 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() 142 public void getNodeTriangle(int nodeindex, btPrimitiveTriangle triangle) { in getNodeTriangle()
|
D | btGImpactQuantizedBvh.java | 114 public boolean isLeafNode(int nodeindex) { in isLeafNode() 118 public int getNodeData(int nodeindex) { in getNodeData() 122 public void getNodeBound(int nodeindex, btAABB bound) { in getNodeBound() 126 public void setNodeBound(int nodeindex, btAABB bound) { in setNodeBound() 130 public int getLeftNode(int nodeindex) { in getLeftNode() 134 public int getRightNode(int nodeindex) { in getRightNode() 138 public int getEscapeNodeIndex(int nodeindex) { in getEscapeNodeIndex() 142 public void getNodeTriangle(int nodeindex, btPrimitiveTriangle triangle) { in getNodeTriangle()
|
/external/regex-re2/re2/ |
D | onepass.cc | 202 int nodeindex) { in IndexToNode() 414 int nodeindex = nodebyid[id]; in IsOnePass() local 573 int nodeindex = nodebyid[id]; in IsOnePass() local
|