Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c76 #ifndef GL_LIB_NAME
77 #define GL_LIB_NAME "libGL.so.1" macro
106 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()