Searched refs:getPlatformInterface (Results 1 - 12 of 12) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
|
H A D | vkNullDriver.cpp | 699 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } function in class:vk::__anon3751::NullDriverLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 67 const PlatformInterface& platformInterface = context.getPlatformInterface(); 189 const PlatformInterface& platformInterface = context.getPlatformInterface(); 256 const PlatformInterface& platformInterface = context.getPlatformInterface(); 288 const PlatformInterface& platformInterface = context.getPlatformInterface(); 340 const PlatformInterface& platformInterface = context.getPlatformInterface(); 386 const PlatformInterface& platformInterface = context.getPlatformInterface(); 473 const PlatformInterface& platformInterface = context.getPlatformInterface(); 544 const PlatformInterface& platformInterface = context.getPlatformInterface();
|
H A D | vktApiFeatureInfo.cpp | 543 const vector<VkLayerProperties> properties = enumerateInstanceLayerProperties(context.getPlatformInterface()); 566 const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); 581 const vector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.getPlatformInterface()); 586 const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), layer->layerName);
|
H A D | vktApiObjectManagementTests.cpp | 237 : vkp (context.getPlatformInterface()) 333 const Environment env (context.getPlatformInterface(), 2260 const Environment rootEnv (context.getPlatformInterface(), 2309 const Environment rootEnv (context.getPlatformInterface(),
|
/external/deqp/framework/platform/X11/ |
H A D | tcuX11Platform.cpp | 65 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::x11::VulkanLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.hpp | 59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } function in class:vkt::Context
|
H A D | vktTestPackage.cpp | 186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) 188 ? createDebugReportRecorder(m_library->getPlatformInterface(),
|
/external/deqp/framework/platform/win32/ |
H A D | tcuWin32VulkanPlatform.cpp | 96 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::win32::VulkanLibrary
|
/external/deqp/framework/platform/android/ |
H A D | tcuAndroidPlatform.cpp | 199 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::Android::VulkanLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 127 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), 129 , instance (createInstanceWithWsi(context.getPlatformInterface(), 133 , vki (context.getPlatformInterface(), *instance)
|
H A D | vktWsiSwapchainTests.cpp | 194 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), 196 , instance (createInstanceWithWsi(context.getPlatformInterface(), 200 , vki (context.getPlatformInterface(), *instance)
|
Completed in 125 milliseconds