Home
last modified time | relevance | path

Searched refs:createLibrary (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoSessionNvUtils.cpp152 …: m_library (de::MovePtr<vk::Library>(platform.createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN_VID… in NvFunctions()
154 : m_library (de::MovePtr<vk::Library>(platform.createLibrary())) in NvFunctions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoSessionNvUtils.cpp152 …: m_library (de::MovePtr<vk::Library>(platform.createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN_VID… in NvFunctions()
154 : m_library (de::MovePtr<vk::Library>(platform.createLibrary())) in NvFunctions()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksServices.cpp167 …vk::Library* library {platform->getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_… in createServerVKSC()
169 vk::Library* library {platform->getVulkanPlatform().createLibrary(DE_NULL)}; in createServerVKSC()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp40 vk::Library* createLibrary (const char* libraryPath) const;
DtcuOSXVulkanPlatform.cpp122 vk::Library* VulkanPlatform::createLibrary (const char* libraryPath) const in createLibrary() function in tcu::osx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp41 …vk::Library* createLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPa…
DtcuLnxVulkanPlatform.cpp444 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary() function in tcu::lnx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp41 …vk::Library* createLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPa…
DtcuWin32VulkanPlatform.cpp147 vk::Library* VulkanPlatform::createLibrary (LibraryType libraryType, const char* libraryPath) const in createLibrary() function in tcu::win32::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullPlatform.hpp49 …virtual vk::Library* createLibrary (vk::Platform::LibraryType libraryType = vk::Platform::LIBRA…
DtcuNullPlatform.cpp84 vk::Library* Platform::createLibrary (vk::Platform::LibraryType, const char* libraryPath) const in createLibrary() function in tcu::null::Platform
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.hpp72 vk::Library* createLibrary (const char* libraryPath) const in createLibrary() function in tcu::nullws::Platform
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.hpp39 …vk::Library* createLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libraryPa…
DtcuOhosPlatform.cpp122 vk::Library* OhosPlatform::createLibrary(LibraryType libraryType, const char* libraryPath) const in createLibrary() function in OhosPlatform
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.hpp55 vk::Library* createLibrary (const char* libraryPath) const;
DtcuAndroidPlatform.cpp325 vk::Library* Platform::createLibrary (const char* libraryPath) const in createLibrary() function in tcu::Android::Platform
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp48 vk::Library* createLibrary(const char* library_path) const { in createLibrary() function in FuchsiaVkPlatform
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp403 …virtual Library* createLibrary (LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char* libra…
405 virtual Library* createLibrary (const char* libraryPath = DE_NULL) const = 0;
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
Dvkscpc.cpp292 …de::SharedPtr<vk::Library> library {platform->getVulkanPlatform().createLibrary(vk::Platform::L… in main()
294 de::SharedPtr<vk::Library> library {platform->getVulkanPlatform().createLibrary(DE_NULL)}; in main()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp205 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function
208 …return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(vk::Platform::… in createLibrary()
210 …return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCom… in createLibrary()
236 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp205 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function
208 …return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(vk::Platform::… in createLibrary()
210 …return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCom… in createLibrary()
236 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiVersionCheck.cpp137 …de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary(vk::Platfo… in iterate()
139 …de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary(m_context.… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp137 …de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary(vk::Platfo… in iterate()
139 …de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary(m_context.… in iterate()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp122 vk::Library* createLibrary (const char* libraryPath) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
/third_party/vk-gl-cts/external/vulkancts/
DREADME.md490 vkNullDriver.cpp. To use that, implement `vk::Platform::createLibrary()` with