Searched defs:_egl_display (Results 1 – 1 of 1) sorted by relevance
157 struct _egl_display struct160 _EGLDisplay *Next;162 mtx_t Mutex;164 _EGLPlatformType Platform; /**< The type of the platform display */165 void *PlatformDisplay; /**< A pointer to the platform display */167 _EGLDevice *Device; /**< Device backing the display */168 const _EGLDriver *Driver; /**< Matched driver of the display */169 EGLBoolean Initialized; /**< True if the display is initialized */172 struct {177 } Options;[all …]