Home
last modified time | relevance | path

Searched refs:m_native (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.hpp84 NativeType getNative (void) const { return m_native; } in getNative()
88 : m_native(nativeDisplay) in DisplayInterface()
91 const NativeType m_native; member
100 NativeType getNative (void) const { return m_native; } in getNative()
104 : m_native(nativeDisplay) in WindowInterface()
107 const NativeType m_native; member
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp330 vk::VkDisplayKHR* display = const_cast<vk::VkDisplayKHR*>(&m_native);
333 if (m_native == DE_NULL)
336 VK_CHECK_SUPPORTED(vki.acquireDrmDisplayEXT(physDevice, fd, m_native));
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp90 const HINSTANCE instance = (HINSTANCE)m_native.internal; in createWindow()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp88 , m_native (native) {} in NativeSurface()
91 UniquePtr<T> m_native; member

Completed in 4 milliseconds