Home
last modified time | relevance | path

Searched refs:detected_platform (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/egl/main/
Degldisplay.c154 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv(); in _eglGetNativePlatform() local
157 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
158 detected_platform = _eglNativePlatformDetectNativeDisplay(nativeDisplay); in _eglGetNativePlatform()
162 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
163 detected_platform = _EGL_NATIVE_PLATFORM; in _eglGetNativePlatform()
168 egl_platforms[detected_platform].name, detection_method); in _eglGetNativePlatform()
170 return detected_platform; in _eglGetNativePlatform()