Searched refs:createLibrary (Results 1 – 11 of 11) sorted by relevance
41 vk::Library* createLibrary (void) const;
229 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::lnx::VulkanPlatform
115 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::win32::VulkanPlatform
48 virtual vk::Library* createLibrary (void) const;
78 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::null::Platform
54 vk::Library* createLibrary (void) const;
308 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::Android::Platform
189 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function191 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()196 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
138 virtual Library* createLibrary (void) const = 0;
314 vkNullDriver.cpp. To use that, implement `vk::Platform::createLibrary()` with