Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c97 void *glhandle; in driOpenDriver() local
100 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
111 if (glhandle) in driOpenDriver()
112 dlclose(glhandle); in driOpenDriver()