Searched refs:reportFail (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiVersionCheck.cpp | 410 void reportFail (tcu::TestLog& log, const char* const functionName, const char* const firstParamName, const char* const secondParamName, deBool shouldBeNonNull, deUint32& failsQuantity) in reportFail() function in vkt::api::__anon29064::APIEntryPointsTestInstance 422 reportFail(log, "vkGetInstanceProcAddr", "DE_NULL", name, shouldBeNonNull, failsQuantity); in checkPlatformFunction() 428 reportFail(log, "vkGetInstanceProcAddr", "instance", name, shouldBeNonNull, failsQuantity); in checkInstanceFunction() 434 reportFail(log, "vkGetDeviceProcAddr", "device", name, shouldBeNonNull, failsQuantity); in checkDeviceFunction()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiVersionCheck.cpp | 414 void reportFail (tcu::TestLog& log, const char* const functionName, const char* const firstParamName, const char* const secondParamName, deBool shouldBeNonNull, deUint32& failsQuantity) in reportFail() function in vkt::api::__anon27812::APIEntryPointsTestInstance 426 reportFail(log, "vkGetInstanceProcAddr", "DE_NULL", name, shouldBeNonNull, failsQuantity); in checkPlatformFunction() 432 reportFail(log, "vkGetInstanceProcAddr", "instance", name, shouldBeNonNull, failsQuantity); in checkInstanceFunction() 438 reportFail(log, "vkGetDeviceProcAddr", "device", name, shouldBeNonNull, failsQuantity); in checkDeviceFunction()
|
Completed in 3 milliseconds