Searched refs:libEgl (Results 1 – 3 of 3) sorted by relevance
47 void* libEgl; member
243 cnx->libEgl = load_wrapper(EGL_WRAPPER_DIR "/libEGL.so"); in open()247 LOG_ALWAYS_FATAL_IF(!cnx->libEgl, in open()
1201 proc = dlsym(cnx->libEgl, procname); in findBuiltinWrapper()