Home
last modified time | relevance | path

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

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