/external/skia/tools/window/android/ |
D | RasterWindowContext_android.cpp | 23 sk_sp<SkSurface> getBackbufferSurface() override; 74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anonc22557540111::RasterWindowContext_android
|
/external/skia/tools/window/unix/ |
D | RasterWindowContext_unix.cpp | 25 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/ |
D | RasterWindowContext_win.cpp | 24 sk_sp<SkSurface> getBackbufferSurface() override; 73 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon3072742e0111::RasterWindowContext_win
|
D | D3D12WindowContext_win.cpp | 51 sk_sp<SkSurface> getBackbufferSurface() override; 193 sk_sp<SkSurface> D3D12WindowContext::getBackbufferSurface() { in getBackbufferSurface() function in __anon182ad47b0111::D3D12WindowContext
|
/external/skia/tools/window/ios/ |
D | RasterWindowContext_ios.mm | 46 sk_sp<SkSurface> getBackbufferSurface() override; 160 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() { 169 sk_sp<SkSurface> gpuSurface = GLWindowContext::getBackbufferSurface();
|
/external/skia/tools/window/mac/ |
D | RasterWindowContext_mac.mm | 38 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/ |
D | GLWindowContext.h | 22 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | MetalWindowContext.h | 24 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | GraphiteNativeMetalWindowContext.h | 24 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | GraphiteDawnWindowContext.h | 21 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | WindowContext.h | 32 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
|
D | GLWindowContext.cpp | 60 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GLWindowContext
|
D | VulkanWindowContext.h | 26 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | GraphiteNativeVulkanWindowContext.h | 29 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | GraphiteNativeMetalWindowContext.mm | 94 sk_sp<SkSurface> GraphiteMetalWindowContext::getBackbufferSurface() {
|
D | MetalWindowContext.mm | 86 sk_sp<SkSurface> MetalWindowContext::getBackbufferSurface() {
|
D | GraphiteDawnWindowContext.cpp | 90 sk_sp<SkSurface> GraphiteDawnWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GraphiteDawnWindowContext
|
D | VulkanWindowContext.cpp | 513 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::VulkanWindowContext
|
D | GraphiteNativeVulkanWindowContext.cpp | 518 sk_sp<SkSurface> GraphiteVulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in skwindow::internal::GraphiteVulkanWindowContext
|
/external/skia/modules/jetski/src/ |
D | Surface.cpp | 24 fSurface = fWindowContext->getBackbufferSurface(); in WindowSurface() 42 fSurface = fWindowContext->getBackbufferSurface(); in flushAndSubmit()
|
/external/skia/tools/sk_app/ |
D | Window.cpp | 89 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
|