HomeSort by relevance Sort by last modified time
    Searched refs:detection_method (Results 1 - 2 of 2) sorted by null

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

Completed in 337 milliseconds