skia2/tools/gpu/gl
Ben Wagner a93a14a998 Convert NULL and 0 to nullptr.
This was created by looking at warnings produced by clang's
-Wzero-as-null-pointer-constant. This updates most issues in
Skia code. However, there are places where GL and Vulkan want
pointer values which are explicitly 0, external headers which
use NULL directly, and possibly more uses in un-compiled
sources (for other platforms).

Change-Id: Id22fbac04d5c53497a53d734f0896b4f06fe8345
Reviewed-on: https://skia-review.googlesource.com/39521
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2017-08-28 17:48:57 +00:00
..
angle Create a new HDC for each ANGLE context 2017-06-09 00:39:00 +00:00
command_buffer Enable chromecast gpu perf 2017-05-24 20:30:05 +00:00
debug Replace SkFAIL with SK_ABORT. 2017-08-16 15:37:54 +00:00
egl Enable chromecast gpu perf 2017-05-24 20:30:05 +00:00
glx tools: s/SkAutoTUnref/sk_sp/ 2016-11-03 21:00:34 +00:00
iOS Add arc support to gpu Obj c++ code 2017-07-12 20:49:32 +00:00
mac Support shared GL contexts in GrContextFactory 2017-02-22 13:32:56 +00:00
mesa Fix Mesa compile 2017-02-22 14:20:25 +00:00
none Add CreatePlatformGLTestContext_none.cpp for Google3 build 2016-04-01 04:50:45 -07:00
null Support shared GL contexts in GrContextFactory 2017-02-22 13:32:56 +00:00
win Cache the results of get_pixel_formats_to_try 2017-08-18 13:29:49 +00:00
GLTestContext.cpp Add Make[backend] calls for creating GrContexts 2017-07-25 14:33:03 +00:00
GLTestContext.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00