Home
last modified time | relevance | path

Searched defs:primitive_boxes (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_set.cpp36 gim_array<GIM_AABB_DATA> & primitive_boxes, GUINT startIndex, GUINT endIndex) in _calc_splitting_axis()
67 gim_array<GIM_AABB_DATA> & primitive_boxes, GUINT startIndex, in _sort_and_calc_splitting_index()
119 void GIM_BOX_TREE::_build_sub_tree(gim_array<GIM_AABB_DATA> & primitive_boxes, GUINT startIndex, G… in _build_sub_tree()
172 gim_array<GIM_AABB_DATA> & primitive_boxes) in build_tree()
DbtGImpactQuantizedBvh.cpp70 GIM_BVH_DATA_ARRAY & primitive_boxes, btScalar boundMargin) in calc_quantization()
89 GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, int endIndex) in _calc_splitting_axis()
121 GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, in _sort_and_calc_splitting_index()
181 void btQuantizedBvhTree::_build_sub_tree(GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, int… in _build_sub_tree()
234 GIM_BVH_DATA_ARRAY & primitive_boxes) in build_tree()
290 GIM_BVH_DATA_ARRAY primitive_boxes; in buildSet() local
DbtGImpactBvh.cpp68 GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, int endIndex) in _calc_splitting_axis()
100 GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, in _sort_and_calc_splitting_index()
160 void btBvhTree::_build_sub_tree(GIM_BVH_DATA_ARRAY & primitive_boxes, int startIndex, int endIndex) in _build_sub_tree()
213 GIM_BVH_DATA_ARRAY & primitive_boxes) in build_tree()
268 GIM_BVH_DATA_ARRAY primitive_boxes; in buildSet() local
Dgim_box_set.h290 gim_array<GIM_AABB_DATA> primitive_boxes; in buildSet() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtBvhTree.java65 public void build_tree(GIM_BVH_DATA_ARRAY primitive_boxes) { in build_tree()
DbtQuantizedBvhTree.java65 public void build_tree(GIM_BVH_DATA_ARRAY primitive_boxes) { in build_tree()