Searched refs:_EGLPlatformType (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.h57 typedef enum _egl_platform_type _EGLPlatformType; typedef in typeref:enum:_egl_platform_type
160 _EGLPlatformType Platform; /**< The type of the platform display */
196 extern _EGLPlatformType
205 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
H A Degldisplay.c64 _EGLPlatformType platform;
79 static _EGLPlatformType
82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM;
107 static _EGLPlatformType
148 _EGLPlatformType
151 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM;
152 _EGLPlatformType detected_platform = native_platform;
216 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy)
H A Deglapi.c372 _EGLPlatformType plat;
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.h60 typedef enum _egl_platform_type _EGLPlatformType; typedef in typeref:enum:_egl_platform_type
164 _EGLPlatformType Platform; /**< The type of the platform display */
201 extern _EGLPlatformType
210 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
H A Degldisplay.c76 _EGLPlatformType platform;
94 static _EGLPlatformType
97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM;
128 static _EGLPlatformType
165 _EGLPlatformType
168 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv();
257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy,
H A Deglapi.c365 _EGLPlatformType plat;

Completed in 12 milliseconds