Home
last modified time | relevance | path

Searched defs:abandoned (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrImageContext.cpp29 bool GrImageContext::abandoned() { in abandoned() function in GrImageContext
DGrImageContextPriv.h33 bool abandoned() const { return fContext->abandoned(); } in abandoned() function
DGrContextThreadSafeProxyPriv.h44 bool abandoned() const { return fProxy->abandoned(); } in abandoned() function
DGrContextThreadSafeProxy.cpp162 bool GrContextThreadSafeProxy::abandoned() const { in abandoned() function in GrContextThreadSafeProxy
DGrDirectContext.cpp138 bool GrDirectContext::abandoned() { in abandoned() function in GrDirectContext
/external/skia/include/gpu/
DGrRecordingContext.h55 bool abandoned() override { return INHERITED::abandoned(); } in abandoned() function
/external/skqp/src/gpu/
DGrContext.cpp185 bool GrContext::abandoned() const { in abandoned() function in GrContext