Searched refs:destroyResources (Results 1 – 6 of 6) sorted by relevance
82 this->destroyResources(gpu); in createCopyProgram()89 this->destroyResources(gpu); in createCopyProgram()124 this->destroyResources(gpu); in createCopyProgram()397 void GrVkCopyManager::destroyResources(GrVkGpu* gpu) { in destroyResources() function in GrVkCopyManager
35 void destroyResources(GrVkGpu* gpu);
154 void destroyResources(bool deviceLost);
174 void destroyResources();
162 void GrVkGpu::destroyResources() { in destroyResources() function in GrVkGpu201 fCopyManager.destroyResources(this); in destroyResources()204 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res); in destroyResources()220 this->destroyResources(); in ~GrVkGpu()230 this->destroyResources(); in disconnect()
317 void GrVkResourceProvider::destroyResources(bool deviceLost) { in destroyResources() function in GrVkResourceProvider