skia2/include/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
..
GrGLAssembleHelpers.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrGLAssembleInterface.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrGLConfig_chrome.h Infer GL null buffer hint usage from whether on command buffer or WebGL. 2018-12-19 20:28:05 +00:00
GrGLConfig.h Remove docs for macros that don't exist in the code. 2020-02-24 19:44:45 +00:00
GrGLExtensions.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrGLFunctions.h Update glMultiDraw... to use GLuint* for baseInstances 2020-07-13 22:13:30 +00:00
GrGLInterface.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
GrGLTypes.h Add SkImage::CompressionType::kBC1_RGBA8_UNORM support 2020-01-16 21:45:33 +00:00