Home
last modified time | relevance | path

Searched refs:context_restorer (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp18 std::function<void()> context_restorer() { in context_restorer() function
68 SkScopeExit restorer(context_restorer()); in MacGLTestContext()
117 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp18 std::function<void()> context_restorer() { in context_restorer() function
91 SkScopeExit restorer(context_restorer()); in MacGLTestContext()
144 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp29 std::function<void()> context_restorer() { in context_restorer() function
133 SkScopeExit restorer(context_restorer()); in WinGLTestContext()
198 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp30 std::function<void()> context_restorer() { in context_restorer() function
135 SkScopeExit restorer(context_restorer()); in WinGLTestContext()
213 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm17 std::function<void()> context_restorer() {
57 SkScopeExit restorer(context_restorer());
108 return context_restorer();
/third_party/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm19 std::function<void()> context_restorer() {
58 SkScopeExit restorer(context_restorer());
114 return context_restorer();
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp94 std::function<void()> context_restorer() { in context_restorer() function
234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext()
371 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp94 std::function<void()> context_restorer() { in context_restorer() function
234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext()
361 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp18 std::function<void()> context_restorer() { in context_restorer() function
170 SkScopeExit restorer(context_restorer()); in EGLGLTestContext()
311 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp201 std::function<void()> context_restorer() { in context_restorer() function
299 SkScopeExit restorer(context_restorer()); in CommandBufferGLTestContext()
389 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp202 std::function<void()> context_restorer() { in context_restorer() function
285 SkScopeExit restorer(context_restorer()); in CommandBufferGLTestContext()
353 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp43 std::function<void()> context_restorer() { in context_restorer() function
195 SkScopeExit restorer(context_restorer()); in EGLGLTestContext()
314 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/flutter/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp42 std::function<void()> context_restorer() { in context_restorer() function
309 SkScopeExit restorer(context_restorer()); in ANGLEGLContext()
461 return context_restorer(); in onPlatformGetAutoContextRestore()
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp42 std::function<void()> context_restorer() { in context_restorer() function
321 SkScopeExit restorer(context_restorer()); in ANGLEGLContext()
486 return context_restorer(); in onPlatformGetAutoContextRestore()