Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c1309 static GModule *module_egl; variable
1315 module_egl = g_module_open (GST_GL_LIBEGL_MODULE_NAME, G_MODULE_BIND_LAZY); in load_egl_module()
1320 module_egl = g_module_open ("libEGL.so.1", G_MODULE_BIND_LAZY); in load_egl_module()
1323 if (!module_egl) in load_egl_module()
1324 module_egl = g_module_open ("libEGL", G_MODULE_BIND_LAZY); in load_egl_module()
1368 if (!result && module_egl) {
1369 g_module_symbol (module_egl, name, &result);