Home
last modified time | relevance | path

Searched refs:mCurrentArrayBufferOffsets (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp133 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 …]
DVertexArrayVk.h77 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()
139 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm221 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] =
DVertexArrayMtl.h128 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable