skia2/tools/gpu
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
..
gl Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
mock Add Make[backend] calls for creating GrContexts 2017-07-25 14:33:03 +00:00
mtl Add support for creating a GrContext backed by Metal. 2017-07-13 21:29:33 +00:00
vk Add Make[backend] calls for creating GrContexts 2017-07-25 14:33:03 +00:00
FenceSync.h skpbench: add option for gpu timing 2016-10-05 08:42:03 -07:00
GpuTimer.h skpbench: add option for gpu timing 2016-10-05 08:42:03 -07:00
GrContextFactory.cpp Add Make[backend] calls for creating GrContexts 2017-07-25 14:33:03 +00:00
GrContextFactory.h Replace SkFAIL with SK_ABORT. 2017-08-16 15:37:54 +00:00
GrTest.cpp Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" 2017-08-22 21:36:40 +00:00
GrTest.h Revert "Revert "Plumb GrBackendTexture throughout skia."" 2017-04-20 17:17:43 +00:00
TestContext.cpp Add support for creating a GrContext backed by Metal. 2017-07-13 21:29:33 +00:00
TestContext.h Add support for creating a GrContext backed by Metal. 2017-07-13 21:29:33 +00:00