skia2/tools/sk_app
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
..
android Convert 0 and NULL to nullptr. 2022-02-09 14:20:57 +00:00
ios [bazel] Try adding cc_binary rules that use generated rules 2021-11-30 18:18:53 +00:00
mac Replace uses of deprecated dawn_native::BackendType 2022-01-11 15:12:45 +00:00
unix In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr. 2022-01-14 17:04:16 +00:00
wasm Set up basic hello world sk_app 2022-01-06 20:29:35 +00:00
win Convert 0 and NULL to nullptr. 2022-02-09 14:20:57 +00:00
Application.h
BUILD.bazel [bazel] Regenerate files and build with c++17 2022-02-01 13:15:22 +00:00
CommandSet.cpp Migrate SK_strcasecmp to SkStringUtils.h. 2021-12-08 22:52:04 +00:00
CommandSet.h
DawnWindowContext.cpp Replace uses of deprecated dawn_native::BackendType 2022-01-11 15:12:45 +00:00
DawnWindowContext.h Replace uses of deprecated dawn_native::BackendType 2022-01-11 15:12:45 +00:00
DisplayParams.h
GLWindowContext.cpp
GLWindowContext.h
GraphiteMetalWindowContext.h [graphite] Add support to Mac Viewer. 2021-09-30 21:38:25 +00:00
GraphiteMetalWindowContext.mm [graphite] Hook up viewer 2022-01-18 15:49:51 +00:00
MetalWindowContext.h Fix ODR violation in Metal code. 2021-10-20 21:33:32 +00:00
MetalWindowContext.mm Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
RasterWindowContext.h
VulkanWindowContext.cpp In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr. 2022-01-14 17:04:16 +00:00
VulkanWindowContext.h In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr. 2022-01-14 17:04:16 +00:00
Window.cpp
Window.h [graphite] Add support to Mac Viewer. 2021-09-30 21:38:25 +00:00
WindowContext.cpp [graphite] Hook up viewer 2022-01-18 15:49:51 +00:00
WindowContext.h [graphite] Make Context no longer ref counted. 2022-02-03 17:18:40 +00:00