Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp167 mCurrentArrayBufferRelativeOffsets{},
178 mCurrentArrayBufferRelativeOffsets.fill(0);
696 mCurrentArrayBufferRelativeOffsets[attribIndex], mCurrentArrayBuffers[attribIndex])); in updateActiveAttribInfo()
716 mCurrentArrayBufferRelativeOffsets[attribIndex] = attrib.relativeOffset; in syncDirtyAttrib()
801 mCurrentArrayBufferRelativeOffsets[attribIndex] = 0; in syncDirtyAttrib()
862 compressed, mCurrentArrayBufferRelativeOffsets[attribIndex], in syncDirtyAttrib()
881 mCurrentArrayBufferRelativeOffsets[attribIndex] = 0; in syncDirtyAttrib()
DVertexArrayVk.h151 gl::AttribArray<GLuint> mCurrentArrayBufferRelativeOffsets; variable