/third_party/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 62 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
|
D | GrVkMSAALoadManager.h | 37 void destroyResources(GrVkGpu* gpu);
|
D | GrVkResourceProvider.h | 208 void destroyResources();
|
D | GrVkGpu.cpp | 240 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()
|
D | GrVkGpu.h | 212 void destroyResources();
|
D | GrVkResourceProvider.cpp | 471 void GrVkResourceProvider::destroyResources() { in destroyResources() function in GrVkResourceProvider
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 48 void destroyResources();
|
D | GrMtlGpu.h | 132 void destroyResources();
|
D | GrMtlResourceProvider.mm | 157 void GrMtlResourceProvider::destroyResources() { function
|
D | GrMtlGpu.mm | 99 this->destroyResources(); 107 this->destroyResources(); 120 void GrMtlGpu::destroyResources() { function 137 fResourceProvider.destroyResources();
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 45 void destroyResources();
|
D | GrMtlGpu.mm | 112 this->destroyResources(); 120 this->destroyResources(); 125 fResourceProvider.destroyResources(); 134 void GrMtlGpu::destroyResources() { function 137 fResourceProvider.destroyResources();
|
D | GrMtlGpu.h | 127 void destroyResources();
|
D | GrMtlResourceProvider.mm | 75 void GrMtlResourceProvider::destroyResources() { function
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DResourceProvider.h | 37 void destroyResources();
|
D | GrD3DGpu.h | 132 void destroyResources();
|
D | GrD3DResourceProvider.cpp | 30 void GrD3DResourceProvider::destroyResources() { in destroyResources() function in GrD3DResourceProvider
|
D | GrD3DGpu.cpp | 98 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/ |
D | GrVkResourceProvider.h | 172 void destroyResources(bool deviceLost);
|
D | GrVkGpu.h | 192 void destroyResources();
|
D | GrVkGpu.cpp | 230 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()
|
D | GrVkResourceProvider.cpp | 373 void GrVkResourceProvider::destroyResources(bool deviceLost) { in destroyResources() function in GrVkResourceProvider
|