Home
last modified time | relevance | path

Searched refs:vkUnmap (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTransferBuffer.h39 this->vkUnmap(this->getVkGpu()); in onUnmap()
DGrVkUniformBuffer.h26 this->vkUnmap(gpu); in unmap()
DGrVkIndexBuffer.cpp59 this->vkUnmap(this->getVkGpu()); in onUnmap()
DGrVkTexelBuffer.cpp58 this->vkUnmap(this->getVkGpu()); in onUnmap()
DGrVkVertexBuffer.cpp58 this->vkUnmap(this->getVkGpu()); in onUnmap()
DGrVkBuffer.h92 void vkUnmap(GrVkGpu* gpu) { this->internalUnmap(gpu, this->size()); } in vkUnmap() function