Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtShapeHull.cpp29 m_numIndices = 0; in btShapeHull()
89 m_numIndices = hr.mNumIndices; in buildHull()
90 m_indices.resize(static_cast<int>(m_numIndices)); in buildHull()
91 for (i = 0; i < static_cast<int>(m_numIndices); i++) in buildHull()
105 return static_cast<int>(m_numIndices / 3); in numTriangles()
117 return static_cast<int>(m_numIndices); in numIndices()
DbtShapeHull.h34 unsigned int m_numIndices; in ATTRIBUTE_ALIGNED16() local
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp80 const int m_numIndices; member in deqp::gles3::Stress::__anon1df8b1030111::DrawInvalidRangeCase
94 , m_numIndices (64) in DrawInvalidRangeCase()
112 std::vector<deUint32> indices (m_numIndices); in init()
114 for (int ndx = 0; ndx < m_numIndices; ++ndx) in init()
124 …gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, int(m_numIndices * sizeof(deUint32)), &indices[0], GL_STATI… in init()
203 gl.glDrawRangeElements(GL_POINTS, min, max, m_numIndices, GL_UNSIGNED_INT, DE_NULL); in iterate()