Home
last modified time | relevance | path

Searched defs:DisplayInterface (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp78 struct DisplayInterface : public Display struct
81 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;
83 NativeType getNative (void) const { return m_native; } in getNative()
86 DisplayInterface (NativeType nativeDisplay) in DisplayInterface() function
90 const NativeType m_native;