Searched refs:offscreenSurface (Results 1 – 3 of 3) sorted by relevance
1157 sk_sp<SkSurface> offscreenSurface = nullptr; in drawSlide() local1163 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide()1164 slideCanvas = offscreenSurface->getCanvas(); in drawSlide()1218 if (offscreenSurface) { in drawSlide()1219 fLastImage = offscreenSurface->makeImageSnapshot(); in drawSlide()
1470 sk_sp<SkSurface> offscreenSurface = nullptr; in drawSlide() local1477 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide()1478 slideSurface = offscreenSurface.get(); in drawSlide()1479 slideCanvas = offscreenSurface->getCanvas(); in drawSlide()1540 if (offscreenSurface) { in drawSlide()1541 fLastImage = offscreenSurface->makeImageSnapshot(); in drawSlide()
2131 OffscreenSurfaceVk *offscreenSurface = GetImplAs<OffscreenSurfaceVk>(surface); in bindTexImage() local2132 setImageHelper(contextVk, offscreenSurface->getColorAttachmentImage(), mState.getType(), format, in bindTexImage()