Searched defs:getBackbufferSurface (Results 1 - 14 of 14) sorted by relevance

/external/skia/tools/sk_app/
H A DGLWindowContext.cpp56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { function in class:sk_app::GLWindowContext
H A DVulkanWindowContext.cpp451 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { function in class:sk_app::VulkanWindowContext
/external/skqp/tools/sk_app/
H A DGLWindowContext.cpp56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { function in class:sk_app::GLWindowContext
H A DVulkanWindowContext.cpp451 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { function in class:sk_app::VulkanWindowContext
/external/skia/tools/sk_app/android/
H A DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { function in class:__anon21055::RasterWindowContext_android
/external/skia/tools/sk_app/ios/
H A DRasterWindowContext_ios.cpp35 sk_sp<SkSurface> getBackbufferSurface() override;
96 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21057::RasterWindowContext_ios
103 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skia/tools/sk_app/mac/
H A DRasterWindowContext_mac.cpp35 sk_sp<SkSurface> getBackbufferSurface() override;
96 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21061::RasterWindowContext_mac
103 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21065::RasterWindowContext_xlib
/external/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21070::RasterWindowContext_win
/external/skqp/tools/sk_app/android/
H A DRasterWindowContext_android.cpp22 sk_sp<SkSurface> getBackbufferSurface() override;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() { function in class:__anon21728::RasterWindowContext_android
/external/skqp/tools/sk_app/ios/
H A DRasterWindowContext_ios.cpp35 sk_sp<SkSurface> getBackbufferSurface() override;
106 sk_sp<SkSurface> RasterWindowContext_ios::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21730::RasterWindowContext_ios
113 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skqp/tools/sk_app/mac/
H A DRasterWindowContext_mac.cpp35 sk_sp<SkSurface> getBackbufferSurface() override;
106 sk_sp<SkSurface> RasterWindowContext_mac::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21734::RasterWindowContext_mac
113 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface();
/external/skqp/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp21 sk_sp<SkSurface> getBackbufferSurface() override;
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21738::RasterWindowContext_xlib
/external/skqp/tools/sk_app/win/
H A DRasterWindowContext_win.cpp24 sk_sp<SkSurface> getBackbufferSurface() override;
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } function in class:__anon21743::RasterWindowContext_win

Completed in 196 milliseconds