Home
last modified time | relevance | path

Searched refs:shim_library (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp141 shim_library = LibraryWrapper(SHIM_LIBRARY_NAME); in PlatformShimWrapper()
142 PFN_get_platform_shim get_platform_shim_func = shim_library.get_symbol(GET_PLATFORM_SHIM_STR); in PlatformShimWrapper()
Dtest_environment.h273 LibraryWrapper shim_library; member