Home
last modified time | relevance | path

Searched refs:mCurrentArrayBufferRelativeOffsets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp307 mCurrentArrayBufferRelativeOffsets{},
319 mCurrentArrayBufferRelativeOffsets.fill(0);
904 mCurrentArrayBufferRelativeOffsets[attribIndex], mCurrentArrayBuffers[attribIndex])); in updateActiveAttribInfo()
924 mCurrentArrayBufferRelativeOffsets[attribIndex] = attrib.relativeOffset; in syncDirtyAttrib()
1050 mCurrentArrayBufferRelativeOffsets[attribIndex] = 0; in syncDirtyAttrib()
1110 compressed, mCurrentArrayBufferRelativeOffsets[attribIndex], in syncDirtyAttrib()
1131 mCurrentArrayBufferRelativeOffsets[attribIndex] = 0; in syncDirtyAttrib()
H A DVertexArrayVk.h104 return mCurrentArrayBufferRelativeOffsets; in getCurrentArrayBufferRelativeOffsets()
191 gl::AttribArray<GLuint> mCurrentArrayBufferRelativeOffsets; variable