Home
last modified time | relevance | path

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

/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()