Home
last modified time | relevance | path

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

/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp40 vk::Library* createLibrary (void) const;
DtcuOSXVulkanPlatform.cpp118 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::osx::VulkanPlatform
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp41 vk::Library* createLibrary (void) const;
DtcuLnxVulkanPlatform.cpp256 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp48 virtual vk::Library* createLibrary (void) const;
DtcuNullPlatform.cpp84 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::null::Platform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp41 vk::Library* createLibrary (void) const;
DtcuWin32VulkanPlatform.cpp117 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp54 vk::Library* createLibrary (void) const;
DtcuAndroidPlatform.cpp317 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::Android::Platform
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp141 virtual Library* createLibrary (void) const = 0;
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp208 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function
210 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
215 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp114 vk::Library* createLibrary (void) const in createLibrary() function in tcu::surfaceless::VulkanPlatform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp113 de::MovePtr<vk::Library> vkLibrary = de::MovePtr<vk::Library>(platform.createLibrary()); in iterate()
/external/deqp/external/vulkancts/
DREADME.md351 vkNullDriver.cpp. To use that, implement `vk::Platform::createLibrary()` with