Home
last modified time | relevance | path

Searched refs:dstProxy (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrCopyRenderTask.cpp16 sk_sp<GrSurfaceProxy> dstProxy, in Make() argument
19 SkASSERT(dstProxy); in Make()
24 if (!GrClipSrcRectAndDstPoint(dstProxy->isize(), srcProxy->isize(), srcRect, dstPoint, in Make()
29 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
33 SkASSERT(dstProxy->origin() == srcProxy->origin()); in Make()
38 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
42 std::move(srcProxy), clippedSrcRect, std::move(dstProxy), clippedDstPoint)); in Make()
48 sk_sp<GrSurfaceProxy> dstProxy, in GrCopyRenderTask() argument
50 : GrRenderTask(std::move(dstProxy)) in GrCopyRenderTask()
H A DGrOpsTask.cpp126 GrAppliedClip* appliedClip, const DstProxy* dstProxy) in OpChain() argument
131 SkASSERT(dstProxy && dstProxy->proxy());
132 fDstProxy = *dstProxy;
256 (fProcessorAnalysis.requiresDstTexture() && fDstProxy != dstProxy)) { in tryConcat()
323 if (!dstProxy) { in appendOp()
324 dstProxy = &noDstProxy; in appendOp()
438 chain.dstProxy()); in onPrepare()
557 chain.dstProxy()); in onExecute()
750 const DstProxy* dstProxy, const GrCaps& caps) { in recordOp() argument
752 SkASSERT(processorAnalysis.requiresDstTexture() == (dstProxy && dstProxy->proxy())); in recordOp()
[all …]
H A DGrOpFlushState.h61 const GrXferProcessor::DstProxy& dstProxy) in OpArgs()
65 , fDstProxy(dstProxy) { in OpArgs()
77 const GrXferProcessor::DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
133 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->dstProxy(); } in dstProxy() function
H A DGrOpsTask.h84 GrAppliedClip&& clip, const DstProxy& dstProxy, in addDrawOp() argument
94 if (dstProxy.proxy()) { in addDrawOp()
95 this->addSampledTexture(dstProxy.proxy()); in addDrawOp()
96 addDependency(dstProxy.proxy(), GrMipMapped::kNo); in addDrawOp()
100 &dstProxy, caps); in addDrawOp()
179 const DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrCopyRenderTask.cpp16 sk_sp<GrSurfaceProxy> dstProxy, in Make() argument
19 SkASSERT(dstProxy); in Make()
24 if (!GrClipSrcRectAndDstPoint(dstProxy->isize(), srcProxy->isize(), srcRect, dstPoint, in Make()
29 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
33 SkASSERT(dstProxy->origin() == srcProxy->origin()); in Make()
38 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
42 std::move(srcProxy), clippedSrcRect, std::move(dstProxy), clippedDstPoint)); in Make()
48 sk_sp<GrSurfaceProxy> dstProxy, in GrCopyRenderTask() argument
50 : GrRenderTask(std::move(dstProxy)) in GrCopyRenderTask()
H A DGrOpsTask.cpp126 GrAppliedClip* appliedClip, const DstProxy* dstProxy) in OpChain() argument
131 SkASSERT(dstProxy && dstProxy->proxy());
132 fDstProxy = *dstProxy;
256 (fProcessorAnalysis.requiresDstTexture() && fDstProxy != dstProxy)) { in tryConcat()
323 if (!dstProxy) { in appendOp()
324 dstProxy = &noDstProxy; in appendOp()
438 chain.dstProxy()); in onPrepare()
557 chain.dstProxy()); in onExecute()
750 const DstProxy* dstProxy, const GrCaps& caps) { in recordOp() argument
752 SkASSERT(processorAnalysis.requiresDstTexture() == (dstProxy && dstProxy->proxy())); in recordOp()
[all …]
H A DGrOpFlushState.h61 const GrXferProcessor::DstProxy& dstProxy) in OpArgs()
65 , fDstProxy(dstProxy) { in OpArgs()
77 const GrXferProcessor::DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
133 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->dstProxy(); } in dstProxy() function
H A DGrOpsTask.h84 GrAppliedClip&& clip, const DstProxy& dstProxy, in addDrawOp() argument
94 if (dstProxy.proxy()) { in addDrawOp()
95 this->addSampledTexture(dstProxy.proxy()); in addDrawOp()
96 addDependency(dstProxy.proxy(), GrMipMapped::kNo); in addDrawOp()
100 &dstProxy, caps); in addDrawOp()
179 const DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrCopyRenderTask.cpp16 sk_sp<GrSurfaceProxy> dstProxy, in Make() argument
19 SkASSERT(dstProxy); in Make()
24 if (!GrClipSrcRectAndDstPoint(dstProxy->isize(), srcProxy->isize(), srcRect, dstPoint, in Make()
29 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
33 SkASSERT(dstProxy->origin() == srcProxy->origin()); in Make()
38 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
42 std::move(srcProxy), clippedSrcRect, std::move(dstProxy), clippedDstPoint)); in Make()
48 sk_sp<GrSurfaceProxy> dstProxy, in GrCopyRenderTask() argument
50 : GrRenderTask(std::move(dstProxy)) in GrCopyRenderTask()
H A DGrOpsTask.cpp126 GrAppliedClip* appliedClip, const DstProxy* dstProxy) in OpChain() argument
131 SkASSERT(dstProxy && dstProxy->proxy());
132 fDstProxy = *dstProxy;
256 (fProcessorAnalysis.requiresDstTexture() && fDstProxy != dstProxy)) { in tryConcat()
323 if (!dstProxy) { in appendOp()
324 dstProxy = &noDstProxy; in appendOp()
438 chain.dstProxy()); in onPrepare()
557 chain.dstProxy()); in onExecute()
750 const DstProxy* dstProxy, const GrCaps& caps) { in recordOp() argument
752 SkASSERT(processorAnalysis.requiresDstTexture() == (dstProxy && dstProxy->proxy())); in recordOp()
[all …]
H A DGrOpFlushState.h61 const GrXferProcessor::DstProxy& dstProxy) in OpArgs()
65 , fDstProxy(dstProxy) { in OpArgs()
77 const GrXferProcessor::DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
133 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->dstProxy(); } in dstProxy() function
H A DGrOpsTask.h84 GrAppliedClip&& clip, const DstProxy& dstProxy, in addDrawOp() argument
94 if (dstProxy.proxy()) { in addDrawOp()
95 this->addSampledTexture(dstProxy.proxy()); in addDrawOp()
96 addDependency(dstProxy.proxy(), GrMipMapped::kNo); in addDrawOp()
100 &dstProxy, caps); in addDrawOp()
179 const DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrCopyRenderTask.cpp16 sk_sp<GrSurfaceProxy> dstProxy, in Make() argument
19 SkASSERT(dstProxy); in Make()
24 if (!GrClipSrcRectAndDstPoint(dstProxy->isize(), srcProxy->isize(), srcRect, dstPoint, in Make()
29 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
33 SkASSERT(dstProxy->origin() == srcProxy->origin()); in Make()
38 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
42 std::move(srcProxy), clippedSrcRect, std::move(dstProxy), clippedDstPoint)); in Make()
48 sk_sp<GrSurfaceProxy> dstProxy, in GrCopyRenderTask() argument
50 : GrRenderTask(std::move(dstProxy)) in GrCopyRenderTask()
H A DGrOpsTask.cpp126 GrAppliedClip* appliedClip, const DstProxy* dstProxy) in OpChain() argument
131 SkASSERT(dstProxy && dstProxy->proxy());
132 fDstProxy = *dstProxy;
256 (fProcessorAnalysis.requiresDstTexture() && fDstProxy != dstProxy)) { in tryConcat()
323 if (!dstProxy) { in appendOp()
324 dstProxy = &noDstProxy; in appendOp()
438 chain.dstProxy()); in onPrepare()
557 chain.dstProxy()); in onExecute()
750 const DstProxy* dstProxy, const GrCaps& caps) { in recordOp() argument
752 SkASSERT(processorAnalysis.requiresDstTexture() == (dstProxy && dstProxy->proxy())); in recordOp()
[all …]
H A DGrOpFlushState.h61 const GrXferProcessor::DstProxy& dstProxy) in OpArgs()
65 , fDstProxy(dstProxy) { in OpArgs()
77 const GrXferProcessor::DstProxy& dstProxy() const { return fDstProxy; } in dstProxy() function
133 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->dstProxy(); } in dstProxy() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrCopyRenderTask.cpp24 GrSurfaceProxy* dstProxy = dstView.proxy(); in Make() local
26 if (!GrClipSrcRectAndDstPoint(dstProxy->dimensions(), srcProxy->dimensions(), srcRect, dstPoint, in Make()
31 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
40 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
71 GrSurfaceProxy* dstProxy = fTargetView.proxy(); in onExecute() local
73 if (!srcProxy->isInstantiated() || !dstProxy->isInstantiated()) { in onExecute()
77 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
82 if (dstProxy->height() != dstSurface->height()) { in onExecute()
83 fDstPoint.fY = fDstPoint.fY + (dstSurface->height() - dstProxy->height()); in onExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrCopyRenderTask.cpp25 GrSurfaceProxy* dstProxy = dstView.proxy(); in Make() local
27 if (!GrClipSrcRectAndDstPoint(dstProxy->dimensions(), srcProxy->dimensions(), srcRect, dstPoint, in Make()
32 if (caps->isFormatCompressed(dstProxy->backendFormat())) { in Make()
41 clippedDstPoint.fY = dstProxy->height() - clippedDstPoint.fY - rectHeight; in Make()
73 GrSurfaceProxy* dstProxy = this->target(0).proxy(); in onExecute() local
75 if (!srcProxy->isInstantiated() || !dstProxy->isInstantiated()) { in onExecute()
79 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
84 if (dstProxy->height() != dstSurface->height()) { in onExecute()
85 fDstPoint.fY = fDstPoint.fY + (dstSurface->height() - dstProxy->height()); in onExecute()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrOpFlushState.cpp81 GrDeferredTextureUploadWritePixelsFn wp = [this](GrTextureProxy* dstProxy, int left, int top, in doUpload()
87 GrSurface* dstSurface = dstProxy->priv().peekSurface(); in doUpload()
90 if (!fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height, srcColorType, in doUpload()
95 return this->fGpu->writePixels(dstSurface, dstProxy->origin(), left, top, width, height, in doUpload()
101 desc.fOrigin = dstProxy->origin(); in doUpload()
104 desc.fConfig = dstProxy->config(); in doUpload()
110 if (!fGpu->writePixels(temp.get(), dstProxy->origin(), 0, 0, width, height, in doUpload()
114 return fGpu->copySurface(dstSurface, dstProxy->origin(), temp.get(), dstProxy->origin(), in doUpload()
H A DGrRenderTargetOpList.h76 GrAppliedClip&& clip, const DstProxy& dstProxy) { in addOp() argument
84 this->recordOp(std::move(op), caps, clip.doesClip() ? &clip : nullptr, &dstProxy); in addOp()
122 RecordedOp(std::unique_ptr<GrOp> op, GrAppliedClip* appliedClip, const DstProxy* dstProxy) in RecordedOp()
124 if (dstProxy) { in RecordedOp()
125 fDstProxy = *dstProxy; in RecordedOp()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrClearOp.cpp20 GrSurfaceProxy* dstProxy) { in Make() argument
21 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height()); in Make()
28 return pool->allocate<GrClearOp>(clip, color, dstProxy); in Make()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrClearOp.cpp20 GrSurfaceProxy* dstProxy) { in Make() argument
21 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height()); in Make()
28 return pool->allocate<GrClearOp>(clip, color, dstProxy); in Make()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrClearOp.cpp20 GrSurfaceProxy* dstProxy) { in Make() argument
21 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height()); in Make()
28 return pool->allocate<GrClearOp>(clip, color, dstProxy); in Make()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrClearOp.cpp20 GrSurfaceProxy* dstProxy) { in Make() argument
21 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height()); in Make()
28 return pool->allocate<GrClearOp>(clip, color, dstProxy); in Make()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrCopySurfaceOp.cpp62 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrSurfaceProxy* dstProxy, GrSurfaceProxy* srcProxy, in Make() argument
65 SkASSERT(dstProxy); in Make()
70 if (!clip_src_rect_and_dst_point(dstProxy, srcProxy, srcRect, dstPoint, in Make()
75 return std::unique_ptr<GrOp>(new GrCopySurfaceOp(dstProxy, srcProxy, in Make()
H A DGrClearOp.h21 GrSurfaceProxy* dstProxy) { in Make() argument
22 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height()); in Make()
27 return std::unique_ptr<GrClearOp>(new GrClearOp(clip, color, dstProxy)); in Make()

1234