skia2/tools/gpu/gl
John Stiles 7571f9e490 Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
Mechanically updated via Xcode "Replace Regular Expression":

  typedef (.*) INHERITED;
    -->
  using INHERITED = $1;

The ClangTidy approach generated an even larger CL which would have
required a significant amount of hand-tweaking to be usable.

Change-Id: I671dc9d9efdf6d60151325c8d4d13fad7e10a15b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/314999
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-09-03 03:41:26 +00:00
..
angle add Sk- prefix to SkOSLibrary functions 2020-07-10 16:55:03 +00:00
command_buffer add Sk- prefix to SkOSLibrary functions 2020-07-10 16:55:03 +00:00
egl Add GrContext::oomed() and implement for GL and VK. 2020-06-24 16:04:06 +00:00
glx Enable ClangTidy check modernize-use-nullptr. 2020-08-14 16:14:30 +00:00
interface [canvaskit] Remove getproc when creating WebGL interface 2020-08-20 14:55:50 +00:00
iOS Update nanobench and skpbench to use flush API for gpu syncing. 2020-02-24 17:21:35 +00:00
mac Reland "Set up eGPU/discrete support for MacOS." 2020-03-18 19:27:41 +00:00
none
win Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" 2020-03-20 17:11:58 +00:00
GLTestContext.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
GLTestContext.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00