Searched refs:mCurrentArrayBufferOffsets (Results 1 – 4 of 4) sorted by relevance
238 for (size_t &offset : mCurrentArrayBufferOffsets)436 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);465 const size_t offset = mCurrentArrayBufferOffsets[v];492 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);573 mCurrentArrayBufferOffsets[attribIndex] = 0;612 mCurrentArrayBufferOffsets[attribIndex] = 0;624 &mCurrentArrayBufferOffsets[attribIndex]));675 mCurrentArrayBufferOffsets[attribIndex] = binding.getOffset();690 mCurrentArrayBufferOffsets[attribIndex] = 0;966 mCurrentArrayBufferOffsets[attribIndex] = 0;[all …]
125 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable
306 mCurrentArrayBufferOffsets{},318 mCurrentArrayBufferOffsets.fill(0);1049 mCurrentArrayBufferOffsets[attribIndex] = bufferOffset + dstRelativeOffset; in syncDirtyAttrib()1062 mCurrentArrayBufferOffsets[attribIndex] = emptyBuffer.getOffset(); in syncDirtyAttrib()1078 mCurrentArrayBufferOffsets[attribIndex] = in syncDirtyAttrib()1093 mCurrentArrayBufferOffsets[attribIndex] = emptyBuffer.getOffset(); in syncDirtyAttrib()1127 mCurrentArrayBufferOffsets[attribIndex] = emptyBuffer.getOffset(); in syncDirtyAttrib()1370 mCurrentArrayBufferOffsets[attribIndex] = bufferOffset + startOffset; in updateStreamedAttribs()1373 ASSERT(BindingIsAligned(dstFormat, mCurrentArrayBufferOffsets[attribIndex], in updateStreamedAttribs()1461 mCurrentArrayBufferOffsets[attribIndex] = bufferOffset; in updateDefaultAttrib()
99 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()189 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable