Home
last modified time | relevance | path

Searched refs:getBackbufferSurface (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/tools/sk_app/android/
H A DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anon26511::RasterWindowContext_android
/third_party/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon26513::RasterWindowContext_xlib
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon26517::RasterWindowContext_win
H A DD3D12WindowContext_win.cpp46 sk_sp<SkSurface> getBackbufferSurface() override;
181 sk_sp<SkSurface> D3D12WindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::D3D12WindowContext
/third_party/skia/tools/sk_app/
H A DGLWindowContext.h23 sk_sp<SkSurface> getBackbufferSurface() override;
H A DGraphiteMetalWindowContext.h24 sk_sp<SkSurface> getBackbufferSurface() override;
H A DMetalWindowContext.h24 sk_sp<SkSurface> getBackbufferSurface() override;
H A DWindowContext.h31 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
H A DDawnWindowContext.h24 sk_sp<SkSurface> getBackbufferSurface() override;
H A DGLWindowContext.cpp57 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
H A DDawnWindowContext.cpp70 sk_sp<SkSurface> DawnWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::DawnWindowContext
H A DVulkanWindowContext.h30 sk_sp<SkSurface> getBackbufferSurface() override;
H A DWindow.cpp82 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface();
H A DVulkanWindowContext.cpp487 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext
/third_party/skia/modules/androidkit/src/
H A DSurface.cpp31 fSurface = fWindowContext->getBackbufferSurface(); in WindowSurface()
49 fSurface = fWindowContext->getBackbufferSurface(); in flushAndSubmit()

Completed in 5 milliseconds