/external/skia/tools/sk_app/ios/ |
D | RasterWindowContext_ios.cpp | 37 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/ |
D | RasterWindowContext_ios.cpp | 37 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/ |
D | RasterWindowContext_android.cpp | 22 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/ |
D | RasterWindowContext_android.cpp | 22 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/ |
D | RasterWindowContext_win.cpp | 24 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/ |
D | RasterWindowContext_win.cpp | 24 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/ |
D | RasterWindowContext_unix.cpp | 21 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/ |
D | RasterWindowContext_unix.cpp | 21 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/ |
D | RasterWindowContext_mac.mm | 35 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/ |
D | RasterWindowContext_mac.mm | 47 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/ |
D | GLWindowContext.h | 25 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | WindowContext.h | 31 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
|
D | GLWindowContext.cpp | 56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
|
D | VulkanWindowContext.h | 30 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | Window.cpp | 73 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
|
D | VulkanWindowContext.cpp | 509 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext
|
/external/skia/tools/sk_app/ |
D | GLWindowContext.h | 25 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | MetalWindowContext.h | 25 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | WindowContext.h | 31 virtual sk_sp<SkSurface> getBackbufferSurface() = 0;
|
D | GLWindowContext.cpp | 56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::GLWindowContext
|
D | VulkanWindowContext.h | 30 sk_sp<SkSurface> getBackbufferSurface() override;
|
D | Window.cpp | 73 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
|
D | MetalWindowContext.mm | 65 sk_sp<SkSurface> MetalWindowContext::getBackbufferSurface() {
|
D | VulkanWindowContext.cpp | 450 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface() function in sk_app::VulkanWindowContext
|