Home
last modified time | relevance | path

Searched refs:onPlatformGetAutoContextRestore (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp33 std::function<void()> onPlatformGetAutoContextRestore() const override;
140 std::function<void()> MacGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() function in MacGLTestContext
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp46 std::function<void()> onPlatformGetAutoContextRestore() const override;
209 std::function<void()> WinGLTestContext::onPlatformGetAutoContextRestore() const {
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.h46 std::function<void()> onPlatformGetAutoContextRestore() const override;
H A DGLTestContext_command_buffer.cpp385 std::function<void()> CommandBufferGLTestContext::onPlatformGetAutoContextRestore() const {
/third_party/skia/tools/gpu/mock/
H A DMockTestContext.cpp35 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
/third_party/skia/tools/gpu/
H A DTestContext.cpp32 auto asr = SkScopeExit(this->onPlatformGetAutoContextRestore()); in makeCurrentAndAutoRestore()
H A DTestContext.h105 virtual std::function<void()> onPlatformGetAutoContextRestore() const = 0;
/third_party/skia/tools/gpu/d3d/
H A DD3DTestContext.cpp63 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp43 std::function<void()> onPlatformGetAutoContextRestore() const override;
307 std::function<void()> EGLGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() function in EGLGLTestContext
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp66 std::function<void()> onPlatformGetAutoContextRestore() const override;
367 std::function<void()> GLXGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() function in GLXGLTestContext
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp163 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp125 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp106 std::function<void()> onPlatformGetAutoContextRestore() const override;
482 std::function<void()> ANGLEGLContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() function in ANGLEGLContext
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp330 std::function<void()> onPlatformGetAutoContextRestore() const override {

Completed in 8 milliseconds