Searched refs:fThreadSafeProxy (Results 1 – 11 of 11) sorted by relevance
17 : fThreadSafeProxy(std::move(proxy)) { in GrContext_Base()23 SkASSERT(fThreadSafeProxy->isValid()); in init()28 uint32_t GrContext_Base::contextID() const { return fThreadSafeProxy->priv().contextID(); } in contextID()29 GrBackendApi GrContext_Base::backend() const { return fThreadSafeProxy->priv().backend(); } in backend()32 return fThreadSafeProxy->priv().options(); in options()35 const GrCaps* GrContext_Base::caps() const { return fThreadSafeProxy->priv().caps(); } in caps()36 sk_sp<const GrCaps> GrContext_Base::refCaps() const { return fThreadSafeProxy->priv().refCaps(); } in refCaps()40 return fThreadSafeProxy->defaultBackendFormat(skColorType, renderable); in defaultBackendFormat()44 return fThreadSafeProxy->compressedBackendFormat(c); in compressedBackendFormat()47 sk_sp<GrContextThreadSafeProxy> GrContext_Base::threadSafeProxy() { return fThreadSafeProxy; } in threadSafeProxy()
25 fThreadSafeProxy->priv().abandonContext(); in abandonContext()29 return fThreadSafeProxy->priv().abandoned(); in abandoned()
148 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()152 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()156 return fThreadSafeProxy->priv().threadSafeCache(); in threadSafeCache()160 return fThreadSafeProxy->priv().threadSafeCache(); in threadSafeCache()
221 fThreadSafeProxy->priv().init(fGpu->refCaps(), fGpu->refPipelineBuilder()); in init()
22 fThreadSafeProxy = std::move(proxy); in GrDDLContext()49 SkASSERT(fThreadSafeProxy); // should've been set in the ctor in init()
73 SkASSERT(!fThreadSafeProxy); in init()76 fThreadSafeProxy = GrContextThreadSafeProxyPriv::Make(this->backend(), in init()
66 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in init()104 return fThreadSafeProxy; in threadSafeProxy()
86 sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; variable
340 procContext->fThreadSafeProxy, in CreatePromiseImages()357 image = SkImage::MakePromiseTexture(procContext->fThreadSafeProxy, in CreatePromiseImages()
216 sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; member
474 sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; variable