Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DEncodingContext.h82 if (mDestroyed) { in CheckCurrentEncoder()
174 bool mDestroyed = false; variable
DEncodingContext.cpp36 if (mDestroyed) { in Destroy()
47 mDestroyed = true; in Destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp70 mDestroyed(false), in Surface()
271 if (mRefCount == 0 && mDestroyed) in releaseRef()
282 mDestroyed = true; in onDestroy()
DSurface.h226 bool mDestroyed; variable