Searched refs:handle_assert_null (Results 1 – 3 of 3) sorted by relevance
/third_party/vulkan-loader/tests/ |
D | loader_get_proc_addr_tests.cpp | 162 handle_assert_null(EnumerateInstanceExtensionProperties); in TEST() 166 handle_assert_null(EnumerateInstanceLayerProperties); in TEST() 169 handle_assert_null(EnumerateInstanceVersion); in TEST() 172 handle_assert_null(CreateInstance); in TEST() 185 handle_assert_null(EnumeratePhysicalDevices); in TEST()
|
D | loader_layer_tests.cpp | 1441 … handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST() 1442 …handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST() 1497 …handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST() 1551 … handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST() 1660 … handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST() 1661 …handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST() 1725 … handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkReleaseDisplayEXT")); in TEST() 1726 …handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkGetPhysicalDeviceSurf… in TEST() 1734 …handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkGetPhysicalDeviceSurf… in TEST() 1799 … handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkReleaseDisplayEXT")); in TEST() [all …]
|
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.h | 81 void handle_assert_null(T const& handle) { in handle_assert_null() function
|