Searched defs:DisplayInterface (Results 1 – 1 of 1) sorted by relevance
77 struct DisplayInterface : public Display struct80 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;82 NativeType getNative (void) const { return m_native; } in getNative()85 DisplayInterface (NativeType nativeDisplay) in DisplayInterface() argument89 const NativeType m_native;