Searched refs:mCurrentArrayBuffers (Results 1 – 4 of 4) sorted by relevance
118 mCurrentArrayBuffers{},131 mCurrentArrayBuffers.fill(&nullBuffer);420 vertexFormat.vertexLoadFunction, &mCurrentArrayBuffers[attribIndex], in convertVertexBufferCPU()605 mCurrentArrayBuffers[attribIndex] = bufferHelper; in syncDirtyAttrib()620 mCurrentArrayBuffers[attribIndex] = &nullBuffer; in syncDirtyAttrib()628 mCurrentArrayBuffers[attribIndex] = &bufferHelper; in syncDirtyAttrib()643 mCurrentArrayBuffers[attribIndex] = &nullBuffer; in syncDirtyAttrib()675 mCurrentArrayBuffers[attribIndex] = &nullBuffer; in syncDirtyAttrib()753 &mCurrentArrayBuffers[attribIndex], in updateStreamedAttribs()769 &mCurrentArrayBuffers[attribIndex], in updateStreamedAttribs()[all …]
82 return mCurrentArrayBuffers; in getCurrentArrayBuffers()145 gl::AttribArray<vk::BufferHelper *> mCurrentArrayBuffers; variable
177 for (BufferHolderMtl *&buffer : mCurrentArrayBuffers)290 if (attribEnabled && !mCurrentArrayBuffers[v])318 cmdEncoder->setVertexBuffer(mCurrentArrayBuffers[v]->getCurrentBuffer(),395 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];432 mCurrentArrayBuffers[attribIndex] = bufferMtl;449 mCurrentArrayBuffers[attribIndex] = nullptr;613 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];657 mCurrentArrayBuffers[attribIndex] = &mConvertedArrayBufferHolders[attribIndex];
102 gl::AttribArray<BufferHolderMtl *> mCurrentArrayBuffers; variable