Functions
-
std::string PrependDisabledIfNecessary (const std::string & test_case)If Vulkan is disabled, then prepend "DISABLED_" to test_case and return it,
otherwise return it unmodified. This is used by the VK_GTEST_TEST_ macro to
disable tests when required.
Defined at line 15 of file ../../src/ui/lib/escher/test/common/gtest_vulkan.cc
-
template <typename T>TestFactoryBase * ConcreteTestFactoryFactory ()Template function that matches the TestFactoryFactory typedef above.
Defined at line 26 of file ../../src/ui/lib/escher/test/common/gtest_vulkan_internal.h