Home
last modified time | relevance | path

Searched defs:refCaps (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrContext_Base.cpp42 sk_sp<const GrCaps> GrContext_Base::refCaps() const { return fThreadSafeProxy->priv().refCaps(); } in refCaps() function in GrContext_Base
60 sk_sp<const GrCaps> GrBaseContextPriv::refCaps() const { in refCaps() function in GrBaseContextPriv
H A DGrContextThreadSafeProxyPriv.h35 sk_sp<const GrCaps> refCaps() const { return fProxy->fCaps; } in refCaps() function
H A DGrGpu.h82 sk_sp<const GrCaps> refCaps() const { return fCaps; } in refCaps() function
H A DGrProxyProvider.cpp1014 sk_sp<const GrCaps> GrProxyProvider::refCaps() const { in refCaps() function in GrProxyProvider