Searched refs:detected_platform (Results 1 – 1 of 1) sorted by relevance
169 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv(); in _eglGetNativePlatform() local172 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()