Home
last modified time | relevance | path

Searched defs:_egl_display (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degldisplay.h157 struct _egl_display struct
160 _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 …]