Home
last modified time | relevance | path

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

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