Home
last modified time | relevance | path

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

/external/skia/experimental/GLFWTest/
Dglfw_main.cpp21 SkSurface* sSurface = nullptr; variable
45 sSurface = SkSurface::MakeFromBackendRenderTarget(sContext, desc, nullptr, nullptr).release(); in init_skia()
49 delete sSurface; in cleanup_skia()
121 SkCanvas* canvas = sSurface->getCanvas(); // We don't manage this pointer's lifetime. in main()