Home
last modified time | relevance | path

Searched refs:onRecycle (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
DGrManagedResource.h200 this->onRecycle(); in recycle()
207 virtual void onRecycle() const = 0;
/third_party/flutter/skia/src/gpu/vk/
DGrVkResource.h233 this->onRecycle(gpu); in recycle()
240 virtual void onRecycle(GrVkGpu* gpu) const = 0;
DGrVkDescriptorSet.cpp27 void GrVkDescriptorSet::onRecycle(GrVkGpu* gpu) const { in onRecycle() function in GrVkDescriptorSet
DGrVkDescriptorSet.h37 void onRecycle(GrVkGpu* gpu) const override;
DGrVkUniformBuffer.h44 void onRecycle(GrVkGpu* gpu) const override;
DGrVkUniformBuffer.cpp97 void GrVkUniformBuffer::Resource::onRecycle(GrVkGpu* gpu) const { in onRecycle() function in GrVkUniformBuffer::Resource
DGrVkBuffer.h74 void onRecycle(GrVkGpu* gpu) const override { this->unref(gpu); } in onRecycle() function
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSet.cpp29 void GrVkDescriptorSet::onRecycle() const { in onRecycle() function in GrVkDescriptorSet
DGrVkDescriptorSet.h40 void onRecycle() const override;
/third_party/skia/src/gpu/d3d/
DGrD3DDescriptorTableManager.h85 void onRecycle() const override;
DGrD3DDescriptorTableManager.cpp75 void GrD3DDescriptorTableManager::Heap::onRecycle() const { in onRecycle() function in GrD3DDescriptorTableManager::Heap