Searched refs:dstSurface (Results 1 – 8 of 8) sorted by relevance
78 sk_sp<SkSurface> dstSurface) { in flushAndSubmit() argument84 context->grDirectContext()->flush(dstSurface.get()); in flushAndSubmit()
710 sk_sp<SkSurface> dstSurface = surfaceTextureRef->getOrCreateSurface(display.outputDataspace); in drawLayersInternal() local712 SkCanvas* dstCanvas = mCapture->tryCapture(dstSurface.get()); in drawLayersInternal()740 sk_sp<SkSurface> activeSurface(dstSurface); in drawLayersInternal()761 activeSurface = dstSurface->makeSurface(dstSurface->imageInfo()); in drawLayersInternal()786 LOG_ALWAYS_FATAL_IF(activeSurface == dstSurface); in drawLayersInternal()816 dstSurface->getCanvas()->getSaveCount()); in drawLayersInternal()818 dstSurface->getCanvas()->getTotalMatrix()); in drawLayersInternal()821 activeSurface = dstSurface; in drawLayersInternal()1167 LOG_ALWAYS_FATAL_IF(activeSurface != dstSurface); in drawLayersInternal()1168 auto drawFence = sp<Fence>::make(flushAndSubmit(context, dstSurface)); in drawLayersInternal()
30 base::unique_fd flushAndSubmit(SkiaGpuContext* context, sk_sp<SkSurface> dstSurface) override;
32 base::unique_fd flushAndSubmit(SkiaGpuContext* context, sk_sp<SkSurface> dstSurface) override;
77 sk_sp<SkSurface> dstSurface) override = 0;
66 base::unique_fd flushAndSubmit(SkiaGpuContext* context, sk_sp<SkSurface> dstSurface) override;
93 sk_sp<SkSurface> dstSurface) = 0;
341 sk_sp<SkSurface> dstSurface) { in flushAndSubmit() argument345 grContext->flush(dstSurface.get()); in flushAndSubmit()