Home
last modified time | relevance | path

Searched refs:vkUpdateData (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformBuffer.h33 return this->vkUpdateData(gpu, src, srcSizeInBytes, createdNewBuffer); in updateData()
DGrVkIndexBuffer.cpp56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
DGrVkVertexBuffer.cpp64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
DGrVkBuffer.h95 bool vkUpdateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes,
DGrVkBuffer.cpp242 bool GrVkBuffer::vkUpdateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in vkUpdateData() function in GrVkBuffer