Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/egl/main/
Degldisplay.c192 char *detection_method = NULL; in _eglGetNativePlatform() local
196 detection_method = "environment overwrite"; in _eglGetNativePlatform()
199 detection_method = "autodetected"; in _eglGetNativePlatform()
202 detection_method = "build-time configuration"; in _eglGetNativePlatform()
207 if (detection_method != NULL) in _eglGetNativePlatform()
209 egl_platforms[native_platform].name, detection_method); in _eglGetNativePlatform()
/external/mesa3d/src/egl/main/
Degldisplay.c192 char *detection_method = NULL; in _eglGetNativePlatform() local
196 detection_method = "environment overwrite"; in _eglGetNativePlatform()
199 detection_method = "autodetected"; in _eglGetNativePlatform()
202 detection_method = "build-time configuration"; in _eglGetNativePlatform()
207 if (detection_method != NULL) in _eglGetNativePlatform()
209 egl_platforms[native_platform].name, detection_method); in _eglGetNativePlatform()