Lines Matching defs:_egl_display
148 struct _egl_display struct
151 _EGLDisplay *Next;
153 mtx_t Mutex;
155 _EGLPlatformType Platform; /**< The type of the platform display */
156 void *PlatformDisplay; /**< A pointer to the platform display */
158 _EGLDriver *Driver; /**< Matched driver of the display */
159 EGLBoolean Initialized; /**< True if the display is initialized */
162 struct {
165 } Options;
168 void *DriverData; /**< Driver private data */
169 EGLint Version; /**< EGL version major*10+minor */
170 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */
171 _EGLExtensions Extensions; /**< Extensions supported */
174 char VersionString[100]; /**< EGL_VERSION */
175 char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */
176 char ExtensionsString[_EGL_MAX_EXTENSIONS_LEN]; /**< EGL_EXTENSIONS */
178 _EGLArray *Configs;
181 _EGLResource *ResourceLists[_EGL_NUM_RESOURCES];
183 EGLLabelKHR Label;