Home
last modified time | relevance | path

Searched refs:proxyRef (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrTextureResolveRenderTask.cpp18 sk_sp<GrSurfaceProxy> proxyRef, in addProxy() argument
22 GrSurfaceProxy* proxy = proxyRef.get(); in addProxy()
49 this->addTarget(drawingMgr, GrSurfaceProxyView(std::move(proxyRef))); in addProxy()
/external/skqp/src/image/
DSkImage_GpuBase.cpp258 sk_sp<GrTextureProxy> proxyRef = this->asTextureProxyRef(); in onGetTexture() local
259 if (!fContext->contextPriv().resourceProvider() && !proxyRef->isInstantiated()) { in onGetTexture()
/external/skqp/src/gpu/
DGrFragmentProcessor.h451 const GrTextureProxyRef* proxyRef() const { return &fProxyRef; } in proxyRef() function
DGrFragmentProcessor.cpp94 auto* ref = this->textureSampler(i).proxyRef(); in markPendingExecution()