Searched refs:mCurrentArrayBufferOffsets (Results 1 – 4 of 4) sorted by relevance
133 mCurrentArrayBufferOffsets{},145 mCurrentArrayBufferOffsets.fill(0);667 mCurrentArrayBufferOffsets[attribIndex] = conversion->lastAllocationOffset; in syncDirtyAttrib()682 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()697 mCurrentArrayBufferOffsets[attribIndex] = in syncDirtyAttrib()711 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()739 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()820 &mCurrentArrayBufferOffsets[attribIndex], divisor)); in updateStreamedAttribs()836 &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()852 &mCurrentArrayBuffers[attribIndex], &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()[all …]
77 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()139 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable
221 for (size_t &offset : mCurrentArrayBufferOffsets)456 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);561 mCurrentArrayBufferOffsets[attribIndex] = 0;600 mCurrentArrayBufferOffsets[attribIndex] = 0;612 &mCurrentArrayBufferOffsets[attribIndex]));656 mCurrentArrayBufferOffsets[attribIndex] = binding.getOffset();671 mCurrentArrayBufferOffsets[attribIndex] = 0;947 mCurrentArrayBufferOffsets[attribIndex] = 0;969 mCurrentArrayBufferOffsets[attribIndex] =1011 mCurrentArrayBufferOffsets[attribIndex] =
128 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable