Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c100 void *glhandle, *handle; in driOpenDriver() local
106 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
153 if (glhandle) in driOpenDriver()
154 dlclose(glhandle); in driOpenDriver()