Searched defs:wasDestroyed (Results 1 – 3 of 3) sorted by relevance
96 bool wasDestroyed() const { return fSharedContext == nullptr; } in wasDestroyed() function
122 bool wasDestroyed() const { return nullptr == fGpu; } in wasDestroyed() function
142 bool wasDestroyed = false; in validate() local