Home
last modified time | relevance | path

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

/external/skia/tools/window/android/
DRasterWindowContext_android.cpp23 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anonc22557540111::RasterWindowContext_android
/external/skia/tools/window/unix/
DRasterWindowContext_unix.cpp25 sk_sp<SkSurface> getBackbufferSurface() override;
64 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon58fd319a0111::RasterWindowContext_xlib
/external/skia/tools/window/win/
DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
73 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon3072742e0111::RasterWindowContext_win
DD3D12WindowContext_win.cpp51 sk_sp<SkSurface> getBackbufferSurface() override;
193 sk_sp<SkSurface> D3D12WindowContext::getBackbufferSurface() { in getBackbufferSurface() function in __anon182ad47b0111::D3D12WindowContext
/external/skia/tools/window/ios/
DRasterWindowContext_ios.mm46 sk_sp<SkSurface> getBackbufferSurface() override;
160 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() {
169 sk_sp<SkSurface> gpuSurface = GLWindowContext::getBackbufferSurface();
/external/skia/tools/window/mac/
DRasterWindowContext_mac.mm38 sk_sp<SkSurface> getBackbufferSurface() override;
154 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; }
161 sk_sp<SkSurface> gpuSurface = GLWindowContext::getBackbufferSurface();
/external/skia/tools/window/
DGLWindowContext.h22 sk_sp<SkSurface> getBackbufferSurface() override;
DMetalWindowContext.h24 sk_sp<SkSurface> getBackbufferSurface() override;
DGraphiteNativeMetalWindowContext.h24 sk_sp<SkSurface> getBackbufferSurface() override;
DGraphiteDawnWindowContext.h21 sk_sp<SkSurface> getBackbufferSurface() override;
DWindowContext.h32 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
DGLWindowContext.cpp60 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GLWindowContext
DVulkanWindowContext.h26 sk_sp<SkSurface> getBackbufferSurface() override;
DGraphiteNativeVulkanWindowContext.h29 sk_sp<SkSurface> getBackbufferSurface() override;
DGraphiteNativeMetalWindowContext.mm94 sk_sp<SkSurface> GraphiteMetalWindowContext::getBackbufferSurface() {
DMetalWindowContext.mm86 sk_sp<SkSurface> MetalWindowContext::getBackbufferSurface() {
DGraphiteDawnWindowContext.cpp90 sk_sp<SkSurface> GraphiteDawnWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GraphiteDawnWindowContext
DVulkanWindowContext.cpp513 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::VulkanWindowContext
DGraphiteNativeVulkanWindowContext.cpp518 sk_sp<SkSurface> GraphiteVulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GraphiteVulkanWindowContext
/external/skia/modules/jetski/src/
DSurface.cpp24 fSurface = fWindowContext->getBackbufferSurface(); in WindowSurface()
42 fSurface = fWindowContext->getBackbufferSurface(); in flushAndSubmit()
/external/skia/tools/sk_app/
DWindow.cpp89 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()