/third_party/skia/src/gpu/ |
H A D | GrCopyRenderTask.cpp | 87 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 D | GrWritePixelsRenderTask.cpp | 62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute() local 63 return flushState->gpu()->writePixels(dstSurface, in onExecute()
|
H A D | GrOpFlushState.cpp | 110 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 D | SurfaceContext.cpp | 363 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 D | skpbench.cpp | 254 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 D | DMSrcSink.cpp | 1729 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 D | DMSrcSink.h | 488 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 D | es2fClippingTests.cpp | 540 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 D | es3fClippingTests.cpp | 543 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 D | es31fGeometryShaderTests.cpp | 1827 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()
|