Home
last modified time | relevance | path

Searched refs:handle_assert_null (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_get_proc_addr_tests.cpp162 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()
Dloader_layer_tests.cpp1441handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST()
1442handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST()
1497handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST()
1551handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST()
1660handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT")); in TEST()
1661handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDeviceSurfa… in TEST()
1725handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkReleaseDisplayEXT")); in TEST()
1726handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkGetPhysicalDeviceSurf… in TEST()
1734handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkGetPhysicalDeviceSurf… in TEST()
1799handle_assert_null(env.vulkan_functions.vkGetInstanceProcAddr(inst1.inst, "vkReleaseDisplayEXT")); in TEST()
[all …]
/third_party/vulkan-loader/tests/framework/
Dtest_environment.h81 void handle_assert_null(T const& handle) { in handle_assert_null() function