Searched refs:get_dlopen_handle (Results 1 – 1 of 1) sorted by relevance
/external/libepoxy/src/ |
D | dispatch_common.c | 293 get_dlopen_handle(void **handle, const char *lib_name, bool exit_on_fail, bool load) in get_dlopen_handle() function 558 get_dlopen_handle(&api.glx_handle, GLVND_GLX_LIB, false, load); in epoxy_load_glx() 561 get_dlopen_handle(&api.glx_handle, GLX_LIB, exit_if_fails, load); in epoxy_load_glx() 640 return get_dlopen_handle(&api.egl_handle, EGL_LIB, exit_if_fails, load); in epoxy_load_egl() 675 get_dlopen_handle(&api.gl_handle, OPENGL_LIB, true, true); in epoxy_load_gl() 680 get_dlopen_handle(&api.gl_handle, OPENGL_LIB, false, true); in epoxy_load_gl() 683 get_dlopen_handle(&api.glx_handle, GLX_LIB, true, true); in epoxy_load_gl() 702 get_dlopen_handle(&api.gles1_handle, GLES1_LIB, true, true); in epoxy_gles1_dlsym() 713 get_dlopen_handle(&api.gles2_handle, GLES2_LIB, true, true); in epoxy_gles2_dlsym() 734 if (get_dlopen_handle(&api.gles2_handle, GLES2_LIB, false, true)) { in epoxy_gles3_dlsym() [all …]
|