Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/ios/
DRasterWindowContext_ios.cpp37 sk_sp<SkSurface> getBackbufferSurface() override;
98 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon297d3d980111::RasterWindowContext_ios
105 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface(); in onSwapBuffers()
/external/skqp/tools/sk_app/ios/
DRasterWindowContext_ios.cpp37 sk_sp<SkSurface> getBackbufferSurface() override;
98 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon1520280f0111::RasterWindowContext_ios
105 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface(); in onSwapBuffers()
/external/skia/tools/sk_app/android/
DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anon7a7992440111::RasterWindowContext_android
/external/skqp/tools/sk_app/android/
DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { in getBackbufferSurface() function in __anoncd3f03bb0111::RasterWindowContext_android
/external/skqp/tools/sk_app/win/
DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anona715a9950111::RasterWindowContext_win
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anonbb72bf1e0111::RasterWindowContext_win
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anona53bf88a0111::RasterWindowContext_xlib
/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface() function in __anon05435cc10111::RasterWindowContext_xlib
/external/skia/tools/sk_app/mac/
DRasterWindowContext_mac.mm35 sk_sp<SkSurface> getBackbufferSurface() override;
187 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; }
194 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skqp/tools/sk_app/mac/
DRasterWindowContext_mac.mm47 sk_sp<SkSurface> getBackbufferSurface() override;
198 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; }
205 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skqp/tools/sk_app/
DGLWindowContext.h25 sk_sp<SkSurface> getBackbufferSurface() override;
DWindowContext.h31 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
DGLWindowContext.cpp56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
DVulkanWindowContext.h30 sk_sp<SkSurface> getBackbufferSurface() override;
DWindow.cpp73 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
DVulkanWindowContext.cpp509 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext
/external/skia/tools/sk_app/
DGLWindowContext.h25 sk_sp<SkSurface> getBackbufferSurface() override;
DMetalWindowContext.h25 sk_sp<SkSurface> getBackbufferSurface() override;
DWindowContext.h31 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
DGLWindowContext.cpp56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
DVulkanWindowContext.h30 sk_sp<SkSurface> getBackbufferSurface() override;
DWindow.cpp73 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
DMetalWindowContext.mm65 sk_sp<SkSurface> MetalWindowContext::getBackbufferSurface() {
DVulkanWindowContext.cpp450 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext