OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_gles_func
(Results
1 - 1
of
1
) sorted by null
/sdk/emulator/opengl/system/egl/
eglDisplay.cpp
236
init_emul_gles_t
init_gles_func
= (init_emul_gles_t)dlsym(lib,"init_emul_gles");
local
237
if (!
init_gles_func
) {
244
return (*
init_gles_func
)(eglIface);
Completed in 176 milliseconds