Searched defs:abandoned (Results 1 – 7 of 7) sorted by relevance
29 bool GrImageContext::abandoned() { in abandoned() function in GrImageContext
33 bool abandoned() const { return fContext->abandoned(); } in abandoned() function
44 bool abandoned() const { return fProxy->abandoned(); } in abandoned() function
162 bool GrContextThreadSafeProxy::abandoned() const { in abandoned() function in GrContextThreadSafeProxy
138 bool GrDirectContext::abandoned() { in abandoned() function in GrDirectContext
55 bool abandoned() override { return INHERITED::abandoned(); } in abandoned() function
185 bool GrContext::abandoned() const { in abandoned() function in GrContext