Home
last modified time | relevance | path

Searched refs:getFunctionLibrary (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp45 virtual const tcu::FunctionLibrary& getFunctionLibrary (void) const = 0;
DvkNullDriver.cpp1393 const tcu::FunctionLibrary& getFunctionLibrary (void) const { return m_library; } in getFunctionLibrary() function in vk::__anon9294a1450111::NullDriverLibrary
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp89 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::osx::VulkanLibrary
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp98 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::win32::VulkanLibrary
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp195 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::lnx::VulkanLibrary
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp208 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::Android::VulkanLibrary
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp101 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::surfaceless::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp114 const tcu::FunctionLibrary& funcLibrary = vkLibrary->getFunctionLibrary(); in iterate()