Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Ddri_common.c54 #ifndef GL_LIB_NAME
55 #define GL_LIB_NAME "libGL.so.1" macro
78 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()