HomeSort by relevance Sort by last modified time
    Searched refs:_EGLPlatformType (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/egl/main/
egldisplay.h 57 typedef enum _egl_platform_type _EGLPlatformType;
155 _EGLPlatformType Platform; /**< The type of the platform display */
187 extern _EGLPlatformType
196 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
egldisplay.c 64 _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)
eglapi.c 363 _EGLPlatformType plat;
    [all...]

Completed in 184 milliseconds