Lines Matching refs:VK_NULL_HANDLE
18 VK_NULL_HANDLE)); \
25 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, VK_NULL_HANDLE, fDevice)); \
39 if (device != VK_NULL_HANDLE) { in init()
48 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
49 fBackendContext.fDevice = VK_NULL_HANDLE; in init()
58 if (fDebugCallback != VK_NULL_HANDLE) { in init()
98 if (fDevice != VK_NULL_HANDLE) { in cleanup()
101 fDevice = VK_NULL_HANDLE; in cleanup()
103 if (fDebugCallback != VK_NULL_HANDLE) { in cleanup()
107 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup()
109 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()