/external/skqp/tests/ |
D | VkMakeCopyPipelineTest.cpp | 72 this->destroyResources(gpu); in test() 81 this->destroyResources(gpu); in test() 116 this->destroyResources(gpu); in test() 129 this->destroyResources(gpu); in test() 150 this->destroyResources(gpu); in test() 153 void destroyResources(GrVkGpu* gpu) { in destroyResources() function in TestVkCopyProgram
|
/external/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 67 this->destroyResources(gpu); in createMSAALoadProgram() 75 this->destroyResources(gpu); in createMSAALoadProgram() 114 this->destroyResources(gpu); in createMSAALoadProgram() 222 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.h | 210 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 | GrVkResourceProvider.cpp | 470 void GrVkResourceProvider::destroyResources() { in destroyResources() function in GrVkResourceProvider
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 84 this->destroyResources(gpu); in createCopyProgram() 92 this->destroyResources(gpu); in createCopyProgram() 128 this->destroyResources(gpu); in createCopyProgram() 424 void GrVkCopyManager::destroyResources(GrVkGpu* gpu) { in destroyResources() function in GrVkCopyManager
|
D | GrVkCopyManager.h | 36 void destroyResources(GrVkGpu* gpu);
|
D | GrVkResourceProvider.h | 169 void destroyResources(bool deviceLost);
|
D | GrVkGpu.h | 182 void destroyResources();
|
D | GrVkGpu.cpp | 203 void GrVkGpu::destroyResources() { in destroyResources() function in GrVkGpu 246 fCopyManager.destroyResources(this); in destroyResources() 249 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res); in destroyResources() 260 this->destroyResources(); in ~GrVkGpu() 270 this->destroyResources(); in disconnect()
|
D | GrVkResourceProvider.cpp | 388 void GrVkResourceProvider::destroyResources(bool deviceLost) { in destroyResources() function in GrVkResourceProvider
|
/external/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 42 void destroyResources();
|
D | GrMtlGpu.h | 121 void destroyResources();
|
D | GrMtlResourceProvider.mm | 69 void GrMtlResourceProvider::destroyResources() { function
|
D | GrMtlGpu.mm | 164 this->destroyResources(); 172 this->destroyResources(); 185 void GrMtlGpu::destroyResources() { function 200 fResourceProvider.destroyResources();
|
/external/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()
|