Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DIndexBuffer.cpp76 bool IndexBuffer::SetSize(unsigned indexCount, bool largeIndices, bool dynamic) in SetSize()
H A DBillboardSet.cpp525 bool largeIndices = (numBillboards * 4) >= 65536; in UpdateBufferSize() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DRenderer2D.cpp143 bool largeIndices = (indexCount * 4 / 6) > 0xffff; in UpdateGeometry() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp2237 vector<uint32_t> largeIndices; in joinToLargeTable() local
2904 vector<uint32_t> largeIndices; in joinTablesInOrder() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp2237 vector<uint32_t> largeIndices; in joinToLargeTable() local
2904 vector<uint32_t> largeIndices; in joinTablesInOrder() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Tools/AssetImporter/
H A DAssetImporter.cpp1063 bool largeIndices; in BuildAndSaveModel() local