Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp118 mCurrentArrayBuffers{},
135 mCurrentArrayBuffers.fill(&mTheNullBuffer);
426 vertexFormat.vertexLoadFunction, &mCurrentArrayBuffers[attribIndex], in convertVertexBufferCPU()
611 mCurrentArrayBuffers[attribIndex] = bufferHelper; in syncDirtyAttrib()
624 mCurrentArrayBuffers[attribIndex] = &mTheNullBuffer; in syncDirtyAttrib()
633 mCurrentArrayBuffers[attribIndex] = &bufferHelper; in syncDirtyAttrib()
647 mCurrentArrayBuffers[attribIndex] = &mTheNullBuffer; in syncDirtyAttrib()
678 mCurrentArrayBuffers[attribIndex] = &mTheNullBuffer; in syncDirtyAttrib()
756 &mCurrentArrayBuffers[attribIndex], in updateStreamedAttribs()
772 &mCurrentArrayBuffers[attribIndex], in updateStreamedAttribs()
[all …]
DVertexArrayVk.h82 return mCurrentArrayBuffers; in getCurrentArrayBuffers()
145 gl::AttribArray<vk::BufferHelper *> mCurrentArrayBuffers; variable
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm177 for (BufferHolderMtl *&buffer : mCurrentArrayBuffers)
290 if (attribEnabled && !mCurrentArrayBuffers[v])
318 cmdEncoder->setVertexBuffer(mCurrentArrayBuffers[v]->getCurrentBuffer(glContext),
395 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];
432 mCurrentArrayBuffers[attribIndex] = bufferMtl;
449 mCurrentArrayBuffers[attribIndex] = nullptr;
612 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];
656 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];
DVertexArrayMtl.h102 gl::AttribArray<BufferHolderMtl *> mCurrentArrayBuffers; variable