Home
last modified time | relevance | path

Searched defs:TestLayerHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h549 struct TestLayerHandle { struct
559 LibraryWrapper layer_library;
560 GetTestLayerFunc proc_addr_get_test_layer = nullptr;
561 GetNewTestLayerFunc proc_addr_reset_layer = nullptr;
563 …// path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)
565 …t_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>)
Dtest_environment.cpp380 TestLayerHandle::TestLayerHandle() noexcept {} function in TestLayerHandle
381 TestLayerHandle::TestLayerHandle(std::filesystem::path const& layer_path) noexcept : layer_library(… function in TestLayerHandle