Home
last modified time | relevance | path

Searched refs:dstSurface (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp87 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute() local
91 dstPoint.fY = dstSurface->height() - dstPoint.fY - srcRect.height(); in onExecute()
93 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
DGrWritePixelsRenderTask.cpp62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute() local
63 return flushState->gpu()->writePixels(dstSurface, in onExecute()
DGrOpFlushState.cpp110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload() local
111 if (!fGpu->caps()->surfaceSupportsWritePixels(dstSurface)) { in doUpload()
115 colorType, dstSurface->backendFormat(), colorType); in doUpload()
133 return this->fGpu->writePixels(dstSurface, in doUpload()
DSurfaceContext.cpp363 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels() local
395 if ((!caps->surfaceSupportsWritePixels(dstSurface) || canvas2DFastPath) && numLevels == 1) { in internalWritePixels()
521 pt.fY = flip ? dstSurface->height() - pt.fY - src[0].height() : pt.fY; in internalWritePixels()
/third_party/skia/tools/skpbench/
Dskpbench.cpp254 sk_sp<SkSurface> dstSurface, SkPicture* inputPicture, in run_ddl_benchmark() argument
261 SkAssertResult(dstSurface->characterize(&dstCharacterization)); in run_ddl_benchmark()
263 SkIRect viewport = dstSurface->imageInfo().bounds(); in run_ddl_benchmark()
327 dstSurface->draw(tiles.composeDDL()); in run_ddl_benchmark()
328 dstSurface->flushAndSubmit(); in run_ddl_benchmark()
/third_party/skia/dm/
DDMSrcSink.cpp1729 sk_sp<SkSurface> dstSurface, in ooprDraw() argument
1732 SkAssertResult(dstSurface->characterize(&dstCharacterization)); in ooprDraw()
1748 SkAssertResult(dstSurface->draw(std::move(ddl))); in ooprDraw()
1800 sk_sp<SkSurface> dstSurface, in ddlDraw() argument
1810 SkAssertResult(dstSurface->characterize(&dstCharacterization)); in ddlDraw()
1864 gpuTaskGroup->add([dstSurface, ddl = tiles.composeDDL()]() { in ddlDraw()
1865 dstSurface->draw(ddl); in ddlDraw()
DDMSrcSink.h488 Result ooprDraw(const Src&, sk_sp<SkSurface> dstSurface, GrDirectContext*) const;
509 sk_sp<SkSurface> dstSurface,
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fClippingTests.cpp543 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
564 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
682 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
704 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
911 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
932 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fClippingTests.cpp540 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
561 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
679 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
701 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
907 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender() local
928 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1827 … renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface);
2060 …est::renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface) in renderWithContext() argument
2158 ctx.readPixels(dstSurface, 0, 0, m_viewportSize.x(), m_viewportSize.y()); in renderWithContext()