Home
last modified time | relevance | path

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

/external/skqp/tests/
DVkMakeCopyPipelineTest.cpp72 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/
DGrVkMSAALoadManager.cpp67 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
DGrVkMSAALoadManager.h37 void destroyResources(GrVkGpu* gpu);
DGrVkResourceProvider.h208 void destroyResources();
DGrVkGpu.h210 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()
DGrVkResourceProvider.cpp470 void GrVkResourceProvider::destroyResources() { in destroyResources() function in GrVkResourceProvider
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp84 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
DGrVkCopyManager.h36 void destroyResources(GrVkGpu* gpu);
DGrVkResourceProvider.h169 void destroyResources(bool deviceLost);
DGrVkGpu.h182 void destroyResources();
DGrVkGpu.cpp203 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()
DGrVkResourceProvider.cpp388 void GrVkResourceProvider::destroyResources(bool deviceLost) { in destroyResources() function in GrVkResourceProvider
/external/skia/src/gpu/mtl/
DGrMtlResourceProvider.h42 void destroyResources();
DGrMtlGpu.h121 void destroyResources();
DGrMtlResourceProvider.mm69 void GrMtlResourceProvider::destroyResources() { function
DGrMtlGpu.mm164 this->destroyResources();
172 this->destroyResources();
185 void GrMtlGpu::destroyResources() { function
200 fResourceProvider.destroyResources();
/external/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()