Home
last modified time | relevance | path

Searched refs:egl_st_gl_lib (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/targets/egl-static/
Degl_st.c47 static struct util_dl_library *egl_st_gl_lib; variable
66 egl_st_gl_lib = util_dl_open(path); in dlopen_gl_lib_cb()
67 if (egl_st_gl_lib) in dlopen_gl_lib_cb()
71 return !egl_st_gl_lib; in dlopen_gl_lib_cb()
81 if (!egl_st_gl_lib) in load_gl()
85 util_dl_get_proc_address(egl_st_gl_lib, procname); in load_gl()
90 util_dl_close(egl_st_gl_lib); in load_gl()
91 egl_st_gl_lib = NULL; in load_gl()
162 util_dl_close(egl_st_gl_lib); in egl_st_destroy_api()
163 egl_st_gl_lib = NULL; in egl_st_destroy_api()