Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp41 vk::Library* createLibrary (void) const;
DtcuLnxVulkanPlatform.cpp229 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp41 vk::Library* createLibrary (void) const;
DtcuWin32VulkanPlatform.cpp115 vk::Library* VulkanPlatform::createLibrary (void) const in createLibrary() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp48 virtual vk::Library* createLibrary (void) const;
DtcuNullPlatform.cpp78 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::null::Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp54 vk::Library* createLibrary (void) const;
DtcuAndroidPlatform.cpp308 vk::Library* Platform::createLibrary (void) const in createLibrary() function in tcu::Android::Platform
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp189 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() function
191 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
196 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp138 virtual Library* createLibrary (void) const = 0;
/external/deqp/external/vulkancts/
DREADME.md314 vkNullDriver.cpp. To use that, implement `vk::Platform::createLibrary()` with