Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/mac/
DRasterWindowContext_mac.cpp36 sk_sp<SkSurface> getBackbufferSurface() override;
105 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anonab3b5b250111::RasterWindowContext_mac
112 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface(); in onSwapBuffers()
/external/skia/tools/viewer/sk_app/android/
DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
72 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anon8136aa850111::RasterWindowContext_android
/external/skia/tools/viewer/sk_app/win/
DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
72 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anonc020265f0111::RasterWindowContext_win
/external/skia/tools/viewer/sk_app/unix/
DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
59 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon8ae0340b0111::RasterWindowContext_xlib
/external/skia/tools/viewer/sk_app/
DGLWindowContext.h25 sk_sp<SkSurface> getBackbufferSurface() override;
DWindowContext.h30 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
DGLWindowContext.cpp73 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
DVulkanWindowContext.h26 sk_sp<SkSurface> getBackbufferSurface() override;
DWindow.cpp94 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
DVulkanWindowContext.cpp432 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext