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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.c152 _EGLPlatformType detected_platform = native_platform; local in function:_eglGetNativePlatform
154 if (detected_platform == _EGL_INVALID_PLATFORM) {
157 detected_platform = _eglGetNativePlatformFromEnv();
160 if (detected_platform == _EGL_INVALID_PLATFORM) {
161 detected_platform = _eglNativePlatformDetectNativeDisplay(nativeDisplay);
165 if (detected_platform == _EGL_INVALID_PLATFORM) {
166 detected_platform = _EGL_NATIVE_PLATFORM;
171 egl_platforms[detected_platform].name, detection_method);
174 detected_platform);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.c168 _EGLPlatformType detected_platform = _eglGetNativePlatformFromEnv(); local in function:_eglGetNativePlatform
171 if (detected_platform == _EGL_INVALID_PLATFORM) {
172 detected_platform = _eglNativePlatformDetectNativeDisplay(nativeDisplay);
176 if (detected_platform == _EGL_INVALID_PLATFORM) {
177 detected_platform = _EGL_NATIVE_PLATFORM;
182 egl_platforms[detected_platform].name, detection_method);
184 return detected_platform;

Completed in 3 milliseconds