Home
last modified time | relevance | path

Searched defs:asSurfaceProxyRef (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureContext.h32 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() override { return fTextureProxy; } in asSurfaceProxyRef() function
DGrRenderTargetContext.h485 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() override { return fRenderTargetProxy; } in asSurfaceProxyRef() function
/third_party/skia/src/gpu/
DSurfaceContext.h136 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); } in asSurfaceProxyRef() function