Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A 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()
H A DGrWritePixelsRenderTask.cpp62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute() local
63 return flushState->gpu()->writePixels(dstSurface, in onExecute()
H A DGrOpFlushState.cpp110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
111 if (!fGpu->caps()->surfaceSupportsWritePixels(dstSurface)) { in doUpload()
115 colorType, dstSurface->backendFormat(), colorType); in doUpload()
133 return this->fGpu->writePixels(dstSurface, in doUpload()
H A 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/
H A Dskpbench.cpp254 sk_sp<SkSurface> dstSurface, SkPicture* inputPicture, in run_ddl_benchmark()
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()
253 run_ddl_benchmark(sk_gpu_test::TestContext* testContext, GrDirectContext *dContext, sk_sp<SkSurface> dstSurface, SkPicture* inputPicture, std::vector<Sample>* samples) run_ddl_benchmark() argument
/third_party/skia/dm/
H A DDMSrcSink.cpp1729 sk_sp<SkSurface> dstSurface, in ooprDraw()
1732 SkAssertResult(dstSurface->characterize(&dstCharacterization)); in ooprDraw()
1748 SkAssertResult(dstSurface->draw(std::move(ddl))); in ooprDraw()
1800 sk_sp<SkSurface> dstSurface, in ddlDraw()
1810 SkAssertResult(dstSurface->characterize(&dstCharacterization)); in ddlDraw()
1864 gpuTaskGroup->add([dstSurface, ddl = tiles.composeDDL()]() { in ddlDraw()
1865 dstSurface->draw(ddl); in ddlDraw()
1728 ooprDraw(const Src& src, sk_sp<SkSurface> dstSurface, GrDirectContext* context) const ooprDraw() argument
1799 ddlDraw(const Src& src, sk_sp<SkSurface> dstSurface, SkTaskGroup* recordingTaskGroup, SkTaskGroup* gpuTaskGroup, sk_gpu_test::TestContext* gpuTestCtx, GrDirectContext* dContext) const ddlDraw() argument
H A DDMSrcSink.h488 Result ooprDraw(const Src&, sk_sp<SkSurface> dstSurface, GrDirectContext*) const;
509 sk_sp<SkSurface> dstSurface,
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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/gles3/functional/
H A 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/gles31/functional/
H A Des31fGeometryShaderTests.cpp1827 void renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface);
2060 void GeometryShaderRenderTest::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()

Completed in 26 milliseconds