Searched refs:dlEglHandle (Results 1 – 1 of 1) sorted by relevance
33 void* dlEglHandle = dlopen(LIB_EGL, RTLD_NOW | RTLD_GLOBAL); in GetEglApi() local35 void* func = dlsym(dlEglHandle, procname); in GetEglApi()