skia2/tools/sk_app/android
John Stiles 3e6e29cf2e Convert 0 and NULL to nullptr.
The goal was to enable -Wzero-as-null-pointer-constant. Unfortunately,
this was thwarted by VK_NULL_HANDLE which is defined as 0ULL in the
Vulkan headers. It might be possible to enable the warning for a subset
of Skia, but not for the parts which interface with Vulkan.

Change-Id: Id27f5f57d9b2676d18f319f443fdf8bb5d4fb89d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/505801
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2022-02-09 14:20:57 +00:00
..
BUILD.bazel [bazel] Try adding cc_binary rules that use generated rules 2021-11-30 18:18:53 +00:00
GLWindowContext_android.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
main_android.cpp Convert 0 and NULL to nullptr. 2022-02-09 14:20:57 +00:00
RasterWindowContext_android.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
surface_glue_android.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
surface_glue_android.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
VulkanWindowContext_android.cpp In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr. 2022-01-14 17:04:16 +00:00
Window_android.cpp Revert "Fix crash on windows viewer when starting in vulkan." 2020-12-16 14:52:07 +00:00
Window_android.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
WindowContextFactory_android.h tools/sk_app: fWindowContext is unique_ptr<> 2019-08-02 16:16:34 +00:00