Home | Sort by relevance Sort by last modified time |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ | |
btGImpactBvh.h | 81 btAABB m_bound; member in struct:GIM_BVH_DATA 89 btAABB m_bound; member in class:GIM_BVH_TREE_NODE 191 bound = m_node_array[nodeindex].m_bound; 196 m_node_array[nodeindex].m_bound = bound; |
gim_box_set.h | 105 GIM_AABB m_bound; member in struct:GIM_AABB_DATA 112 GIM_AABB m_bound; member in struct:GIM_BOX_TREE_NODE 181 bound = m_node_array[nodeindex].m_bound; 186 m_node_array[nodeindex].m_bound = bound; 295 m_primitive_manager.get_primitive_box(i,primitive_boxes[i].m_bound); |
/external/deqp/modules/glshared/ | |
glsVertexArrayTests.hpp | 178 virtual void unBind (void) { m_bound = false; } 179 virtual bool isBound (void) const { return m_bound; } 203 bool m_bound; member in class:deqp::gls::ContextArray |
glsDrawTest.cpp | 909 bool isBound (void) const { return m_bound; } 920 bool m_bound; member in class:deqp::gls::__anon11326::AttributeArray 940 , m_bound (false) [all...] |