Home
last modified time | relevance | path

Searched refs:fThreadSafeProxy (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrDDLContext.cpp25 fThreadSafeProxy = std::move(proxy); in GrDDLContext()
50 SkASSERT(fThreadSafeProxy); // should've been set in the ctor in init()
DGrDirectContext.cpp63 SkASSERT(!fThreadSafeProxy); in init()
66 fThreadSafeProxy.reset(new GrContextThreadSafeProxy(fCaps, this->contextID(), in init()
DGrContext.cpp73 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in initCommon()
160 return fThreadSafeProxy; in threadSafeProxy()
/external/skia/src/gpu/
DGrDDLContext.cpp22 fThreadSafeProxy = std::move(proxy); in GrDDLContext()
49 SkASSERT(fThreadSafeProxy); // should've been set in the ctor in init()
DGrLegacyDirectContext.cpp64 SkASSERT(!fThreadSafeProxy); in init()
67 fThreadSafeProxy = GrContextThreadSafeProxyPriv::Make(this->backend(), in init()
DGrContext.cpp66 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in init()
101 return fThreadSafeProxy; in threadSafeProxy()
/external/skia/include/gpu/
DGrContext.h320 sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; variable
/external/skqp/include/gpu/
DGrContext.h291 sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; variable