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

  /external/mesa3d/src/egl/main/
egldisplay.h 53 typedef enum _egl_platform_type _EGLPlatformType;
127 _EGLPlatformType Platform; /**< The type of the platform display */
159 extern _EGLPlatformType
168 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
egldisplay.c 68 _EGLPlatformType platform;
84 static _EGLPlatformType
87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM;
141 static _EGLPlatformType
188 _EGLPlatformType
191 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM;
250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy)
eglapi.c 298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat)

Completed in 46 milliseconds