HomeSort by relevance Sort by last modified time
    Searched refs:vkUnmap (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/vk/
GrVkTransferBuffer.h 39 this->vkUnmap(this->getVkGpu());
GrVkIndexBuffer.cpp 59 this->vkUnmap(this->getVkGpu());
GrVkUniformBuffer.h 26 this->vkUnmap(gpu);
GrVkVertexBuffer.cpp 58 this->vkUnmap(this->getVkGpu());
GrVkBuffer.h 91 void vkUnmap(GrVkGpu* gpu) { this->internalUnmap(gpu, this->size()); }

Completed in 260 milliseconds