Home
last modified time | relevance | path

Searched refs:DeleteThis (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DRefCounted.cpp72 DeleteThis(); in Release()
84 void RefCounted::DeleteThis() { in DeleteThis() function in RefCounted
DRefCounted.h39 virtual void DeleteThis();
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp73 void ApiObjectBase::DeleteThis() { in DeleteThis() function in dawn_native::ApiObjectBase
75 RefCounted::DeleteThis(); in DeleteThis()
DObjectBase.h80 void DeleteThis() override;
DBindGroup.h84 void DeleteThis() override;
DBindGroup.cpp417 void BindGroupBase::DeleteThis() { in DeleteThis() function in dawn_native::BindGroupBase
422 ApiObjectBase::DeleteThis(); in DeleteThis()