Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp111 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::win32::VulkanLibrary
133 const tcu::FunctionLibrary& getFunctionLibrary(void) const in getFunctionLibrary() function in tcu::win32::VulkanVideoDecodeParserLibrary
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp52 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::nullws::VulkanLibrary
/external/deqp/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp36 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in FuchsiaVkLibrary
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp99 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::osx::VulkanLibrary
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp360 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::lnx::VulkanLibrary
382 const tcu::FunctionLibrary& getFunctionLibrary(void) const in getFunctionLibrary() function in tcu::lnx::VulkanVideoDecodeParserLibrary
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoSessionNvUtils.cpp157 const tcu::FunctionLibrary& funcsLibrary = m_library->getFunctionLibrary(); in NvFunctions()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp208 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::Android::VulkanLibrary
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp54 virtual const tcu::FunctionLibrary& getFunctionLibrary (void) const = 0;
DvkNullDriver.cpp1497 const tcu::FunctionLibrary& getFunctionLibrary (void) const { return m_library; } in getFunctionLibrary() function in vk::__anone6ee7b810111::NullDriverLibrary
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp109 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary() function in tcu::surfaceless::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp141 const tcu::FunctionLibrary& funcLibrary = vkLibrary->getFunctionLibrary(); in iterate()