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

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

Completed in 135 milliseconds