Searched refs:mCurrentArrayBufferOffsets (Results 1 – 4 of 4) sorted by relevance
116 mCurrentArrayBufferOffsets{},133 mCurrentArrayBufferOffsets.fill(0);613 mCurrentArrayBufferOffsets[attribIndex] = conversion->lastAllocationOffset; in syncDirtyAttrib()627 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()638 mCurrentArrayBufferOffsets[attribIndex] = in syncDirtyAttrib()649 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()680 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()757 &mCurrentArrayBufferOffsets[attribIndex], divisor)); in updateStreamedAttribs()773 &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()789 &mCurrentArrayBuffers[attribIndex], &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()[all …]
77 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()142 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable
181 for (size_t &offset : mCurrentArrayBufferOffsets)299 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);393 &mConvertedArrayBufferHolders[attribIndex], &mCurrentArrayBufferOffsets[attribIndex]));433 mCurrentArrayBufferOffsets[attribIndex] = binding.getOffset();450 mCurrentArrayBufferOffsets[attribIndex] = 0;610 mCurrentArrayBufferOffsets[attribIndex] = conversion->convertedOffset;654 &mCurrentArrayBufferOffsets[attribIndex]));664 conversion->convertedOffset = mCurrentArrayBufferOffsets[attribIndex];
104 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable