Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h282 … void CheckCreateWithInfo(InstanceCreateInfo& create_info, VkResult result_to_check = VK_SUCCESS);
Dtest_environment.cpp197 void InstWrapper::CheckCreateWithInfo(InstanceCreateInfo& create_info, VkResult result_to_check) { function in InstWrapper
/third_party/vulkan-loader/tests/
Dloader_regression_tests.cpp1278 inst.CheckCreateWithInfo(create_info); in TEST()