Home
last modified time | relevance | path

Searched defs:createLibrary (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp81 vk::Library *createLibrary(const char *libraryPath) const in createLibrary() function in tcu::nullws::Platform
/external/deqp/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp54 vk::Library *createLibrary(const char *library_path) const in createLibrary() function in FuchsiaVkPlatform
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp83 vk::Library *Platform::createLibrary(vk::Platform::LibraryType, const char *libraryPath) const in createLibrary() function in tcu::null::Platform
/external/turbine/javatests/com/google/turbine/main/
DReducedClasspathTest.java104 private Path createLibrary(Map<String, byte[]> compiled, String jarPath, String... classNames) in createLibrary() method in ReducedClasspathTest
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp161 vk::Library *VulkanPlatform::createLibrary(const char *libraryPath) const in createLibrary() function in tcu::osx::VulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp136 vk::Library *VulkanPlatform::createLibrary(LibraryType libraryType, const char *libraryPath) const in createLibrary() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp452 vk::Library *VulkanPlatform::createLibrary(LibraryType libraryType, const char *libraryPath) const in createLibrary() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp358 vk::Library *Platform::createLibrary(const char *libraryPath) const in createLibrary() function in tcu::Android::Platform
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp129 vk::Library *createLibrary(const char *libraryPath) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
/external/angle/src/libANGLE/renderer/vulkan/
DCLProgramVk.cpp849 const bool createLibrary = std::find(optionTokens.begin(), optionTokens.end(), in buildInternal() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp238 static MovePtr<vk::Library> createLibrary(tcu::TestContext &testCtx) in createLibrary() function