Searched refs:createLibrary (Results 1 – 15 of 15) sorted by relevance
40 vk::Library* createLibrary (void) const;
118 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::osx::VulkanPlatform
41 vk::Library* createLibrary (void) const;
256 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::lnx::VulkanPlatform
48 virtual vk::Library* createLibrary (void) const;
84 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::null::Platform
117 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::win32::VulkanPlatform
54 vk::Library* createLibrary (void) const;
317 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::Android::Platform
141 virtual Library* createLibrary (void) const = 0;
208 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function210 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()215 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
114 vk::Library* createLibrary (void) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
113 de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary()); in iterate()
351 vkNullDriver.cpp. To use that, implement `vk::Platform::createLibrary()` with