Home
last modified time | relevance | path

Searched refs:refCaps (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
H A DGrContext_Base.cpp36 sk_sp<const GrCaps> GrContext_Base::refCaps() const { return fThreadSafeProxy->priv().refCaps(); } in refCaps() function in GrContext_Base
50 sk_sp<const GrCaps> GrBaseContextPriv::refCaps() const { in refCaps() function in GrBaseContextPriv
51 return this->context()->refCaps(); in refCaps()
H A DGrContextThreadSafeProxyPriv.h35 sk_sp<const GrCaps> refCaps() const { return fProxy->fCaps; } in refCaps() function in GrContextThreadSafeProxyPriv
H A DGrBaseContextPriv.h28 sk_sp<const GrCaps> refCaps() const;
H A DGrProxyProvider.h233 sk_sp<const GrCaps> refCaps() const;
H A DGrProxyProvider.cpp932 sk_sp<const GrCaps> GrProxyProvider::refCaps() const { in refCaps() function in GrProxyProvider
933 return fImageContext->priv().refCaps(); in refCaps()
H A DGrGpu.h77 sk_sp<const GrCaps> refCaps() const { return fCaps; } in refCaps() function in GrGpu
H A DGrDirectContext.cpp223 fThreadSafeProxy->priv().init(fGpu->refCaps(), fGpu->refPipelineBuilder()); in init()
/third_party/skia/experimental/graphite/src/
H A DGpu.h31 sk_sp<const Caps> refCaps() const;
H A DGpu.cpp39 sk_sp<const Caps> Gpu::refCaps() const { in refCaps() function in skgpu::Gpu
/third_party/skia/include/private/
H A DGrContext_Base.h84 sk_sp<const GrCaps> refCaps() const;
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp21 , fCaps{fProxyProvider->refCaps()}

Completed in 9 milliseconds