Home
last modified time | relevance | path

Searched refs:destroyResources (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp62 this->destroyResources(gpu); in createMSAALoadProgram()
70 this->destroyResources(gpu); in createMSAALoadProgram()
109 this->destroyResources(gpu); in createMSAALoadProgram()
217 void GrVkMSAALoadManager::destroyResources(GrVkGpu* gpu) { in destroyResources() function in GrVkMSAALoadManager
DGrVkMSAALoadManager.h37 void destroyResources(GrVkGpu* gpu);
DGrVkResourceProvider.h208 void destroyResources();
DGrVkGpu.cpp240 void GrVkGpu::destroyResources() { in destroyResources() function in GrVkGpu
266 fMSAALoadManager.destroyResources(this); in destroyResources()
269 fResourceProvider.destroyResources(); in destroyResources()
274 this->destroyResources(); in ~GrVkGpu()
285 this->destroyResources(); in disconnect()
DGrVkGpu.h212 void destroyResources();
DGrVkResourceProvider.cpp471 void GrVkResourceProvider::destroyResources() { in destroyResources() function in GrVkResourceProvider
/third_party/skia/src/gpu/mtl/
DGrMtlResourceProvider.h48 void destroyResources();
DGrMtlGpu.h132 void destroyResources();
DGrMtlResourceProvider.mm157 void GrMtlResourceProvider::destroyResources() { function
DGrMtlGpu.mm99 this->destroyResources();
107 this->destroyResources();
120 void GrMtlGpu::destroyResources() { function
137 fResourceProvider.destroyResources();
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlResourceProvider.h45 void destroyResources();
DGrMtlGpu.mm112 this->destroyResources();
120 this->destroyResources();
125 fResourceProvider.destroyResources();
134 void GrMtlGpu::destroyResources() { function
137 fResourceProvider.destroyResources();
DGrMtlGpu.h127 void destroyResources();
DGrMtlResourceProvider.mm75 void GrMtlResourceProvider::destroyResources() { function
/third_party/skia/src/gpu/d3d/
DGrD3DResourceProvider.h37 void destroyResources();
DGrD3DGpu.h132 void destroyResources();
DGrD3DResourceProvider.cpp30 void GrD3DResourceProvider::destroyResources() { in destroyResources() function in GrD3DResourceProvider
DGrD3DGpu.cpp98 this->destroyResources(); in ~GrD3DGpu()
101 void GrD3DGpu::destroyResources() { in destroyResources() function in GrD3DGpu
124 fResourceProvider.destroyResources(); in destroyResources()
/third_party/flutter/skia/src/gpu/vk/
DGrVkResourceProvider.h172 void destroyResources(bool deviceLost);
DGrVkGpu.h192 void destroyResources();
DGrVkGpu.cpp230 void GrVkGpu::destroyResources() { in destroyResources() function in GrVkGpu
273 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res); in destroyResources()
284 this->destroyResources(); in ~GrVkGpu()
294 this->destroyResources(); in disconnect()
DGrVkResourceProvider.cpp373 void GrVkResourceProvider::destroyResources(bool deviceLost) { in destroyResources() function in GrVkResourceProvider