OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glhandle
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/glx/
dri_common.c
131
void *
glhandle
, *handle;
local
137
glhandle
= dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
184
if (
glhandle
)
185
dlclose(
glhandle
);
Completed in 216 milliseconds