Home
last modified time | relevance | path

Searched refs:_EGLPlatformType (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degldisplay.c76 _EGLPlatformType platform;
95 static _EGLPlatformType
98 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
129 static _EGLPlatformType
166 _EGLPlatformType
169 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv(); in _eglGetNativePlatform()
258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay()
Degldisplay.h60 typedef enum _egl_platform_type _EGLPlatformType; typedef
164 _EGLPlatformType Platform; /**< The type of the platform display */
202 extern _EGLPlatformType
211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
Deglapi.c359 _EGLPlatformType plat; in eglGetDisplay()