Home
last modified time | relevance | path

Searched refs:mIndexCount (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/perf_tests/
H A DIndexDataManagerTest.cpp144 GLsizei mIndexCount; member in __anona881d7d50111::IndexDataManagerPerfTest
154 mIndexCount(4000), in IndexDataManagerPerfTest()
155 mBufferSize(mIndexCount * sizeof(GLushort)), in IndexDataManagerPerfTest()
160 std::vector<GLushort> indexData(mIndexCount); in IndexDataManagerPerfTest()
161 for (GLsizei index = 0; index < mIndexCount; ++index) in IndexDataManagerPerfTest()
174 mIndexBuffer.getIndexRange(GL_UNSIGNED_SHORT, 0, mIndexCount, false, in step()
176 mIndexDataManager.prepareIndexData(GL_UNSIGNED_SHORT, mIndexCount, &mIndexBuffer, nullptr, in step()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DIndexDataManagerTest.cpp154 GLsizei mIndexCount; member in __anoneff295d90111::IndexDataManagerPerfTest
164 mIndexCount(4000), in IndexDataManagerPerfTest()
165 mBufferSize(mIndexCount * sizeof(GLushort)), in IndexDataManagerPerfTest()
170 std::vector<GLushort> indexData(mIndexCount);
171 for (GLsizei index = 0; index < mIndexCount; ++index)
188 mIndexCount, false, &indexRange); in step()
190 gl::DrawElementsType::UnsignedShort, mIndexCount, in step()
/dports/games/stuntrally/stuntrally-2.6.1/source/btOgre/
H A DBtOgre.cpp179 const unsigned int prev_size = mIndexCount; in addIndexData()
180 mIndexCount += (unsigned int)data->indexCount; in addIndexData()
182 unsigned int* tmp_ind = new unsigned int[mIndexCount]; in addIndexData()
272 return mIndexCount; in getIndexCount()
310 assert(mVertexCount && (mIndexCount >= 6) && in createConvex()
319 assert(mVertexCount && (mIndexCount >= 6) && in createTrimesh()
322 unsigned int numFaces = mIndexCount / 3; in createTrimesh()
374 mVertexCount(0), mIndexCount(0), in VertexIndexToShape()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp20 mIndexCount(0), in SceneObject()
197 mIndexCount = 0; in clear()
209 for (int i = 0; i < static_cast<int>(mIndexCount); i += 3) in isIntersectMesh()
329 mIndexCount = 0; in updateData()
330 …GetMeshInformation(entity->getMesh(), mVertexCount, mVertices, mIndexCount, mIndices, mTextureCoor… in updateData()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp20 mIndexCount(0), in SceneObject()
197 mIndexCount = 0; in clear()
209 for (int i = 0; i < static_cast<int>(mIndexCount); i += 3) in isIntersectMesh()
329 mIndexCount = 0; in updateData()
330 …GetMeshInformation(entity->getMesh(), mVertexCount, mVertices, mIndexCount, mIndices, mTextureCoor… in updateData()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp20 mIndexCount(0), in SceneObject()
197 mIndexCount = 0; in clear()
209 for (int i = 0; i < static_cast<int>(mIndexCount); i += 3) in isIntersectMesh()
329 mIndexCount = 0; in updateData()
330 …GetMeshInformation(entity->getMesh(), mVertexCount, mVertices, mIndexCount, mIndices, mTextureCoor… in updateData()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp20 mIndexCount(0), in SceneObject()
197 mIndexCount = 0; in clear()
209 for (int i = 0; i < static_cast<int>(mIndexCount); i += 3) in isIntersectMesh()
329 mIndexCount = 0; in updateData()
330 …GetMeshInformation(entity->getMesh(), mVertexCount, mVertices, mIndexCount, mIndices, mTextureCoor… in updateData()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp638 result.mIndexCount = (unsigned int)(tris_count * 3); in ComputeHull()
654 result.mIndexCount = 0; in ReleaseHull()
710 …utYourDead(hr.mVertices, hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount); in CreateConvexHull()
720 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
722 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
742 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int) * hr.mIndexCount); in CreateConvexHull()
751 result.mNumIndices = hr.mIndexCount + hr.mFaceCount; in CreateConvexHull()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp638 result.mIndexCount = (unsigned int)(tris_count * 3); in ComputeHull()
654 result.mIndexCount = 0; in ReleaseHull()
710 …utYourDead(hr.mVertices, hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount); in CreateConvexHull()
720 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
722 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
742 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int) * hr.mIndexCount); in CreateConvexHull()
751 result.mNumIndices = hr.mIndexCount + hr.mFaceCount; in CreateConvexHull()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp663 result.mIndexCount = (unsigned int) (tris_count*3); in ComputeHull()
681 result.mIndexCount = 0; in ReleaseHull()
742 …utYourDead(hr.mVertices,hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount ); in CreateConvexHull()
752 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
754 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
776 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int)*hr.mIndexCount); in CreateConvexHull()
785 result.mNumIndices = hr.mIndexCount+hr.mFaceCount; in CreateConvexHull()
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp663 result.mIndexCount = (unsigned int) (tris_count*3); in ComputeHull()
681 result.mIndexCount = 0; in ReleaseHull()
742 …utYourDead(hr.mVertices,hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount ); in CreateConvexHull()
752 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
754 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
776 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int)*hr.mIndexCount); in CreateConvexHull()
785 result.mNumIndices = hr.mIndexCount+hr.mFaceCount; in CreateConvexHull()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp638 result.mIndexCount = (unsigned int)(tris_count * 3); in ComputeHull()
654 result.mIndexCount = 0; in ReleaseHull()
710 …utYourDead(hr.mVertices, hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount); in CreateConvexHull()
720 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
722 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
742 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int) * hr.mIndexCount); in CreateConvexHull()
751 result.mNumIndices = hr.mIndexCount + hr.mFaceCount; in CreateConvexHull()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp638 result.mIndexCount = (unsigned int)(tris_count * 3); in ComputeHull()
654 result.mIndexCount = 0; in ReleaseHull()
710 …utYourDead(hr.mVertices, hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount); in CreateConvexHull()
720 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
722 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
742 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int) * hr.mIndexCount); in CreateConvexHull()
751 result.mNumIndices = hr.mIndexCount + hr.mFaceCount; in CreateConvexHull()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtConvexHull.h169 mIndexCount = 0; in PHullResult()
175 unsigned int mIndexCount; variable
H A DbtConvexHull.cpp639 result.mIndexCount = (unsigned int)(tris_count * 3); in ComputeHull()
655 result.mIndexCount = 0; in ReleaseHull()
711 …utYourDead(hr.mVertices, hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount); in CreateConvexHull()
721 result.mNumIndices = hr.mIndexCount; in CreateConvexHull()
723 result.m_Indices.resize(static_cast<int>(hr.mIndexCount)); in CreateConvexHull()
743 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int) * hr.mIndexCount); in CreateConvexHull()
752 result.mNumIndices = hr.mIndexCount + hr.mFaceCount; in CreateConvexHull()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtConvexHull.h168 mIndexCount = 0; in PHullResult()
174 unsigned int mIndexCount; variable

12