Home
last modified time | relevance | path

Searched refs:ValidateDestroy (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQuerySet.cpp169 if (GetDevice()->ConsumedError(ValidateDestroy())) { in APIDestroy()
175 MaybeError QuerySetBase::ValidateDestroy() const { in ValidateDestroy() function in dawn_native::QuerySetBase
DQuerySet.h57 MaybeError ValidateDestroy() const;
DTexture.h106 MaybeError ValidateDestroy() const;
DTexture.cpp679 if (GetDevice()->ConsumedError(ValidateDestroy(), "calling %s.Destroy().", this)) { in APIDestroy()
686 MaybeError TextureBase::ValidateDestroy() const { in ValidateDestroy() function in dawn_native::TextureBase