Searched refs:NativeDisplayType (Results 1 – 8 of 8) sorted by relevance
78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;111 typedef pt::XlibDisplayPtr NativeDisplayType; typedef123 typedef pt::XcbConnectionPtr NativeDisplayType; typedef135 typedef pt::WaylandDisplayPtr NativeDisplayType; typedef147 typedef pt::MirConnectionPtr NativeDisplayType; typedef169 typedef pt::Win32InstanceHandle NativeDisplayType; typedef
41 static Display *getDisplay(NativeDisplayType displayId);61 NativeDisplayType getNativeDisplay() const;64 Display(NativeDisplayType displayId);68 const NativeDisplayType displayId;
31 typedef std::map<NativeDisplayType, Display*> DisplayMap;34 Display *Display::getDisplay(NativeDisplayType displayId) in getDisplay()48 Display::Display(NativeDisplayType displayId) : displayId(displayId) in Display()205 NativeDisplayType Display::getNativeDisplay() const in getNativeDisplay()
29 typedef HDC NativeDisplayType; typedef
115 typedef EGLNativeDisplayType NativeDisplayType; typedef
116 typedef EGLNativeDisplayType NativeDisplayType; typedef
139 typedef EGLNativeDisplayType NativeDisplayType; typedef
98 m_EGLDisplay = eglGetDisplay((NativeDisplayType)EGL_DEFAULT_DISPLAY); in ApiInitAPI()