Home
last modified time | relevance | path

Searched defs:wasDestroyed (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/graphite/
DResource.h96 bool wasDestroyed() const { return fSharedContext == nullptr; } in wasDestroyed() function
/external/skia/src/gpu/ganesh/
DGrGpuResource.h122 bool wasDestroyed() const { return nullptr == fGpu; } in wasDestroyed() function
DGrBufferAllocPool.cpp142 bool wasDestroyed = false; in validate() local