Home
last modified time | relevance | path

Searched refs:cpuSurface (Results 1 – 2 of 2) sorted by relevance

/external/skia/example/
DSkiaSDLExample.cpp249 sk_sp<SkSurface> cpuSurface(SkSurface::MakeRaster(canvas->imageInfo())); local
251 SkCanvas* offscreen = cpuSurface->getCanvas();
257 sk_sp<SkImage> image = cpuSurface->makeImageSnapshot();
/external/skqp/example/
DSkiaSDLExample.cpp249 sk_sp<SkSurface> cpuSurface(SkSurface::MakeRaster(canvas->imageInfo())); local
251 SkCanvas* offscreen = cpuSurface->getCanvas();
257 sk_sp<SkImage> image = cpuSurface->makeImageSnapshot();