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 __anoneade83040111::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;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anon217741640111::RasterWindowContext_android
/external/skia/tools/viewer/sk_app/win/
DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anonffc34e3e0111::RasterWindowContext_win
/external/skia/tools/viewer/sk_app/unix/
DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon3feccfaa0111::RasterWindowContext_xlib
/external/skia/tools/viewer/sk_app/
DGLWindowContext.h25 sk_sp<SkSurface> getBackbufferSurface() override;
DWindowContext.h32 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
DGLWindowContext.cpp70 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.cpp435 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext