Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkTransferBuffer.h34 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkUniformBuffer.h24 return this->vkMap(gpu); in map()
DGrVkVertexBuffer.cpp52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkIndexBuffer.cpp53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkBuffer.h87 void* vkMap(GrVkGpu* gpu) { in vkMap() function
/external/skia/src/gpu/vk/
DGrVkTransferBuffer.h32 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkUniformBuffer.h24 return this->vkMap(gpu); in map()
DGrVkVertexBuffer.cpp54 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
DGrVkIndexBuffer.cpp52 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
DGrVkBuffer.h87 void* vkMap(GrVkGpu* gpu) { in vkMap() function