Lines Matching defs:_egl_display
120 struct _egl_display struct
123 _EGLDisplay *Next;
125 _EGLMutex Mutex;
127 _EGLPlatformType Platform; /**< The type of the platform display */
128 void *PlatformDisplay; /**< A pointer to the platform display */
130 _EGLDriver *Driver; /**< Matched driver of the display */
131 EGLBoolean Initialized; /**< True if the display is initialized */
134 struct {
137 } Options;
140 void *DriverData; /**< Driver private data */
141 EGLint VersionMajor; /**< EGL major version */
142 EGLint VersionMinor; /**< EGL minor version */
143 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */
144 _EGLExtensions Extensions; /**< Extensions supported */
147 char VersionString[1000]; /**< EGL_VERSION */
148 char ClientAPIsString[1000]; /**< EGL_CLIENT_APIS */
149 char ExtensionsString[_EGL_MAX_EXTENSIONS_LEN]; /**< EGL_EXTENSIONS */
151 _EGLArray *Screens;
152 _EGLArray *Configs;
155 _EGLResource *ResourceLists[_EGL_NUM_RESOURCES];