Searched refs:glhandle (Results 1 – 1 of 1) sorted by relevance
97 void *glhandle; in driOpenDriver() local100 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()111 if (glhandle) in driOpenDriver()112 dlclose(glhandle); in driOpenDriver()