Searched refs:getPlatformInterface (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
H A DvkNullDriver.cpp699 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } function in class:vk::__anon3751::NullDriverLibrary
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp67 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 DvktApiFeatureInfo.cpp543 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 DvktApiObjectManagementTests.cpp237 : 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 DtcuX11Platform.cpp65 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::x11::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } function in class:vkt::Context
H A DvktTestPackage.cpp186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection)
188 ? createDebugReportRecorder(m_library->getPlatformInterface(),
/external/deqp/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::win32::VulkanLibrary
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp199 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::Android::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp127 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
129 , instance (createInstanceWithWsi(context.getPlatformInterface(),
133 , vki (context.getPlatformInterface(), *instance)
H A DvktWsiSwapchainTests.cpp194 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
196 , instance (createInstanceWithWsi(context.getPlatformInterface(),
200 , vki (context.getPlatformInterface(), *instance)

Completed in 125 milliseconds