HomeSort by: relevance | last modified time | path
    Searched refs:epoxy_conservative_egl_dlsym (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libepoxy/dist/src/
dispatch_egl.c 115 pf_eglGetCurrentDisplay = epoxy_conservative_egl_dlsym("eglGetCurrentDisplay", false);
dispatch_common.c 605 sym = epoxy_conservative_egl_dlsym("eglGetCurrentContext", false);
655 epoxy_conservative_egl_dlsym(const char *name, bool exit_if_fails) function
667 return epoxy_conservative_egl_dlsym(name, true);
dispatch_common.h 184 void *epoxy_conservative_egl_dlsym(const char *name, bool exit_if_fails);

Completed in 8 milliseconds