Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c68 _EGLPlatformType platform;
84 static _EGLPlatformType
87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
141 static _EGLPlatformType
188 _EGLPlatformType
191 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM; in _eglGetNativePlatform()
250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) in _eglFindDisplay()
Degldisplay.h53 typedef enum _egl_platform_type _EGLPlatformType; typedef
127 _EGLPlatformType Platform; /**< The type of the platform display */
159 extern _EGLPlatformType
168 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
Deglapi.c298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay); in eglGetDisplay()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat) in egl_g3d_get_platform()