Searched refs:egl_platforms (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | egldisplay.c | 70 } egl_platforms[_EGL_NUM_PLATFORMS] = { variable 99 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()
|
/external/mesa3d/src/egl/main/ |
D | egldisplay.c | 70 } egl_platforms[_EGL_NUM_PLATFORMS] = { variable 99 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()
|
/external/chromium_org/third_party/mesa/src/ |
D | configure.ac | 1547 egl_platforms=`IFS=', '; echo $with_egl_platforms` 1548 for plat in $egl_platforms; do 1593 if test "x$egl_platforms" != "x"; then 1594 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)
|
/external/mesa3d/ |
D | configure.ac | 1547 egl_platforms=`IFS=', '; echo $with_egl_platforms` 1548 for plat in $egl_platforms; do 1593 if test "x$egl_platforms" != "x"; then 1594 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)
|