Home | History | Annotate | Download | only in main

Lines Matching refs:platform

65  * Map --with-egl-platforms names to platform types.
68 _EGLPlatformType platform;
82 * Return the native platform by parsing EGL_PLATFORM.
100 plat = egl_platforms[i].platform;
139 * Try detecting native platform with the help of native display characteristcs.
152 /* fbdev is the only platform that can be a file descriptor. */
176 /* If not matched to any other platform, fallback to x11. */
186 * Return the native platform. It is the platform of the EGL native types.
208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)",
262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy)
272 dpy->Platform = plat;