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

  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 131 void *glhandle, *handle; local
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
184 if (glhandle)
185 dlclose(glhandle);
  /external/mesa3d/src/glx/
dri_common.c 131 void *glhandle, *handle; local
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
184 if (glhandle)
185 dlclose(glhandle);

Completed in 206 milliseconds