Searched refs:firstVertexIndex (Results 1 – 2 of 2) sorted by relevance
152 GLint firstVertexIndex = isInstanced ? instanceId / attrib.mDivisor : start; in prepareVertexData() local168 translated[i].offset = firstVertexIndex * attrib.stride() + static_cast<int>(attrib.mOffset); in prepareVertexData()173 …unsigned int streamOffset = writeAttributeData(mStreamingBuffer, firstVertexIndex, isInstanced ? 1… in prepareVertexData()
510 GLint firstVertexIndex = binding.getDivisor() > 0 in reserveSpaceForAttrib() local514 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib()545 GLint firstVertexIndex = in storeDynamicAttrib() local573 context, attrib, binding, translated->currentValueType, firstVertexIndex, in storeDynamicAttrib()