Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.h124 return mCurrentArrayBufferDivisors; in getCurrentArrayBufferDivisors()
198 gl::AttribArray<GLuint> mCurrentArrayBufferDivisors; variable
H A DVertexArrayVk.cpp310 mCurrentArrayBufferDivisors{},
322 mCurrentArrayBufferDivisors.fill(0);
1115 mCurrentArrayBufferDivisors[attribIndex] = binding.getDivisor(); in syncDirtyAttrib()
1129 mCurrentArrayBufferDivisors[attribIndex] = 0; in syncDirtyAttrib()
1372 mCurrentArrayBufferDivisors[attribIndex] = divisor; in updateStreamedAttribs()
1465 mCurrentArrayBufferDivisors[attribIndex] = 0; in updateDefaultAttrib()