/third_party/flutter/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 18 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/ |
D | CreatePlatformGLTestContext_mac.cpp | 18 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/ |
D | CreatePlatformGLTestContext_win.cpp | 29 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/ |
D | CreatePlatformGLTestContext_win.cpp | 30 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/ |
D | CreatePlatformGLTestContext_iOS.mm | 17 std::function<void()> context_restorer() { 57 SkScopeExit restorer(context_restorer()); 108 return context_restorer();
|
/third_party/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 19 std::function<void()> context_restorer() { 58 SkScopeExit restorer(context_restorer()); 114 return context_restorer();
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 94 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/ |
D | CreatePlatformGLTestContext_glx.cpp | 94 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/ |
D | CreatePlatformGLTestContext_egl.cpp | 18 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/ |
D | GLTestContext_command_buffer.cpp | 201 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/ |
D | GLTestContext_command_buffer.cpp | 202 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/ |
D | CreatePlatformGLTestContext_egl.cpp | 43 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/ |
D | GLTestContext_angle.cpp | 42 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/ |
D | GLTestContext_angle.cpp | 42 std::function<void()> context_restorer() { in context_restorer() function 321 SkScopeExit restorer(context_restorer()); in ANGLEGLContext() 486 return context_restorer(); in onPlatformGetAutoContextRestore()
|