Searched refs:indexTypeBytes (Results 1 – 2 of 2) sorted by relevance
776 const GLuint indexTypeBytes = gl::GetDrawElementsTypeSize(indexType);778 size_t currentIndexOffset = offset / indexTypeBytes;792 {(uint32_t)nIndicesInSlice, currentIndexOffset * indexTypeBytes});823 drawCommands.push_back({indicesLeft, currentIndexOffset * indexTypeBytes});
318 const GLuint indexTypeBytes = gl::GetDrawElementsTypeSize(type); in syncIndexData() local319 size_t requiredStreamingBufferSize = indexTypeBytes * count; in syncIndexData()