Searched refs:egl_platforms (Results 1 – 2 of 2) sorted by relevance
70 } egl_platforms[_EGL_NUM_PLATFORMS] = { variable99 if (strcmp(egl_platforms[i].name, plat_name) == 0) { in _eglGetNativePlatformFromEnv()100 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv()209 egl_platforms[native_platform].name, detection_method); in _eglGetNativePlatform()
1547 egl_platforms=`IFS=', '; echo $with_egl_platforms`1548 for plat in $egl_platforms; do1593 if test "x$egl_platforms" != "x"; then1594 FIRST_PLATFORM_CAPS=`echo $egl_platforms | sed 's| .*||' | tr 'a-z' 'A-Z'`1600 EGL_PLATFORMS="$egl_platforms"1602 AM_CONDITIONAL(HAVE_EGL_PLATFORM_X11, echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1)1603 AM_CONDITIONAL(HAVE_EGL_PLATFORM_WAYLAND, echo "$egl_platforms" | grep 'wayland' >/dev/null 2>&1)1604 AM_CONDITIONAL(HAVE_EGL_PLATFORM_DRM, echo "$egl_platforms" | grep 'drm' >/dev/null 2>&1)1605 AM_CONDITIONAL(HAVE_EGL_PLATFORM_FBDEV, echo "$egl_platforms" | grep 'fbdev' >/dev/null 2>&1)1606 AM_CONDITIONAL(HAVE_EGL_PLATFORM_NULL, echo "$egl_platforms" | grep 'null' >/dev/null 2>&1)