Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkTransferBuffer.h33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkUniformBuffer.h23 return this->vkMap(gpu); in map()
DGrVkIndexBuffer.cpp53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkTexelBuffer.cpp52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkVertexBuffer.cpp52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkBuffer.h88 void* vkMap(GrVkGpu* gpu) { in vkMap() function