Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.h148 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 */
[all …]