Searched defs:allocateBytes (Results 1 – 1 of 1) sorted by relevance
1861 size_t allocateBytes = sizeof(uint32_t) * (static_cast<size_t>(clampedVertexCount) + 1); in getIndexBufferForDrawArrays() local1913 size_t allocateBytes = unitSize * (indexCount + 1) + 1; in getIndexBufferForElementArrayBuffer() local1954 size_t allocateBytes = unitSize * numOutIndices; in streamIndices() local2001 size_t allocateBytes = static_cast<size_t>(indexBuffer->getSize() + unitSize); in streamIndicesIndirect() local2055 size_t allocateBytes = static_cast<size_t>((vertexCount + 1) * unitSize); in streamArrayIndirect() local