Searched refs:mCurrentArrayBufferHandles (Results 1 – 2 of 2) sorted by relevance
305 mCurrentArrayBufferHandles{}, in VertexArrayVk()317 mCurrentArrayBufferHandles.fill(emptyBuffer.getBuffer().getHandle());1044 mCurrentArrayBufferHandles[attribIndex] = in syncDirtyAttrib()1061 mCurrentArrayBufferHandles[attribIndex] = emptyBuffer.getBuffer().getHandle(); in syncDirtyAttrib()1071 mCurrentArrayBufferHandles[attribIndex] = in syncDirtyAttrib()1092 mCurrentArrayBufferHandles[attribIndex] = emptyBuffer.getBuffer().getHandle(); in syncDirtyAttrib()1126 mCurrentArrayBufferHandles[attribIndex] = emptyBuffer.getBuffer().getHandle(); in syncDirtyAttrib()1366 mCurrentArrayBufferHandles[attribIndex] = in updateStreamedAttribs()1458 mCurrentArrayBufferHandles[attribIndex] = in updateDefaultAttrib()
94 return mCurrentArrayBufferHandles; in getCurrentArrayBufferHandles()188 gl::AttribArray<VkBuffer> mCurrentArrayBufferHandles; variable