Home
last modified time | relevance | path

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

/external/skqp/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
/external/skia/src/gpu/
DGrManagedResource.h207 this->onRecycle(); in recycle()
214 virtual void onRecycle() const = 0;
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIconUniformityAppImageViewBindable.java35 void onRecycle(); in onRecycle() method
DIconUniformityAppImageView.java133 public void onRecycle() { in onRecycle() method in IconUniformityAppImageView
/external/skia/src/gpu/vk/
DGrVkDescriptorSet.cpp29 void GrVkDescriptorSet::onRecycle() const { in onRecycle() function in GrVkDescriptorSet
DGrVkDescriptorSet.h37 void onRecycle() const override;
/external/skia/src/gpu/d3d/
DGrD3DDescriptorTableManager.h81 void onRecycle() const override;
DGrD3DDescriptorTableManager.cpp86 void GrD3DDescriptorTableManager::Heap::onRecycle() const { in onRecycle() function in GrD3DDescriptorTableManager::Heap