Home
last modified time | relevance | path

Searched refs:fRenderTargetProxy (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrRenderTargetProxyPriv.h19 fRenderTargetProxy->setGLRTFBOIDIs0(); in setGLRTFBOIDIs0()
23 return fRenderTargetProxy->glRTFBOIDIs0(); in glRTFBOIDIs0()
28 : fRenderTargetProxy(renderTargetProxy) {} in GrRenderTargetProxyPriv()
36 GrRenderTargetProxy* fRenderTargetProxy; variable
DGrRenderTargetContext.h470 const GrRenderTargetProxy* proxy() const { return fRenderTargetProxy.get(); } in proxy()
471 int width() const { return fRenderTargetProxy->width(); } in width()
472 int height() const { return fRenderTargetProxy->height(); } in height()
473 int numSamples() const { return fRenderTargetProxy->numSamples(); } in numSamples()
475 GrSurfaceOrigin origin() const { return fRenderTargetProxy->origin(); } in origin()
476 bool wrapsVkSecondaryCB() const { return fRenderTargetProxy->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB()
481 GrRenderTarget* accessRenderTarget() { return fRenderTargetProxy->peekRenderTarget(); } in accessRenderTarget()
483 GrSurfaceProxy* asSurfaceProxy() override { return fRenderTargetProxy.get(); } in asSurfaceProxy()
484 const GrSurfaceProxy* asSurfaceProxy() const override { return fRenderTargetProxy.get(); } in asSurfaceProxy()
485 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() override { return fRenderTargetProxy; } in asSurfaceProxyRef()
[all …]
DGrRenderTargetContext.cpp151 , fRenderTargetProxy(std::move(rtp)) in GrRenderTargetContext()
152 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList())) in GrRenderTargetContext()
161 SkASSERT(fRenderTargetProxy); in validate()
162 fRenderTargetProxy->validate(fContext); in validate()
165 SkASSERT(fRenderTargetProxy->getLastRenderTask() == fOpList.get()); in validate()
187 return fRenderTargetProxy->asTextureProxy(); in asTextureProxy()
191 return fRenderTargetProxy->asTextureProxy(); in asTextureProxy()
195 return sk_ref_sp(fRenderTargetProxy->asTextureProxy()); in asTextureProxyRef()
210 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy, fManagedOpList); in getRTOpList()
360 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
[all …]
DGrRenderTargetContextPriv.h104 return fRenderTargetContext->fRenderTargetProxy->uniqueID(); in uniqueID()
115 return fRenderTargetContext->fRenderTargetProxy->refsWrappedObjects(); in refsWrappedObjects()
/third_party/skia/src/gpu/
DGrOpFlushState.h66 , fRenderTargetProxy(surfaceView.asRenderTargetProxy()) in OpArgs()
77 GrRenderTargetProxy* rtProxy() const { return fRenderTargetProxy; } in rtProxy()
96 GrRenderTargetProxy* fRenderTargetProxy; member