Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.hpp106 struct WindowInterface : public Window struct
109 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;
111 NativeType getNative(void) const in getNative()
117 WindowInterface(NativeType nativeDisplay) : m_native(nativeDisplay) in WindowInterface() argument
121 const NativeType m_native;