Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp375 size_t maxAttributeDataSize = 0; in streamAttributes() local
378 &maxAttributeDataSize); in streamAttributes()
394 attribsToStream.count() * maxAttributeDataSize * indexRange.start; in streamAttributes()
415 size_t curBufferOffset = maxAttributeDataSize * indexRange.start; in streamAttributes()
536 destStride * streamedVertexCount + maxAttributeDataSize * indexRange.start; in streamAttributes()