Searched defs:createLibrary (Results 1 – 10 of 10) sorted by relevance
72 vk::Library* createLibrary (const char* libraryPath) const in createLibrary() function in tcu::nullws::Platform
48 vk::Library* createLibrary(const char* library_path) const { in createLibrary() function in FuchsiaVkPlatform
84 vk::Library* Platform::createLibrary (vk::Platform::LibraryType, const char* libraryPath) const in createLibrary() function in tcu::null::Platform
128 vk::Library* VulkanPlatform::createLibrary (const char* libraryPath) const in createLibrary() function in tcu::osx::VulkanPlatform
104 private Path createLibrary(Map<String, byte[]> compiled, String jarPath, String... classNames) in createLibrary() method in ReducedClasspathTest
152 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary() function in tcu::win32::VulkanPlatform
331 vk::Library* Platform::createLibrary (const char* libraryPath) const in createLibrary() function in tcu::Android::Platform
122 vk::Library* createLibrary (const char* libraryPath) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
462 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary() function in tcu::lnx::VulkanPlatform
207 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function