Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.c169 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv(); in _eglGetNativePlatform() local
172 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
173 detected_platform = _eglNativePlatformDetectNativeDisplay(nativeDisplay); in _eglGetNativePlatform()
177 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
178 detected_platform = _EGL_NATIVE_PLATFORM; in _eglGetNativePlatform()
183 egl_platforms[detected_platform].name, detection_method); in _eglGetNativePlatform()
185 return detected_platform; in _eglGetNativePlatform()