Searched refs:vkMap (Results 1 – 7 of 7) sorted by relevance
155 void GrVkBuffer::vkMap(size_t size) { in vkMap() function in GrVkBuffer286 this->vkMap(this->size()); in onMap()306 this->vkMap(srcSizeInBytes); in onUpdateData()
48 void vkMap(size_t size);
34 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
24 return this->vkMap(gpu); in map()
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
87 void* vkMap(GrVkGpu* gpu) { in vkMap() function