Searched refs:eglChooseConfig_t (Results 1 – 6 of 6) sorted by relevance
28 eglChooseConfig_t eglChooseConfig;73 …eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseC… in set_eglChooseConfig()
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*); typedef
37 ptr = dlsym(libEGL,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr); in loadEGL()
28 eglChooseConfig_t eglChooseConfig;
29 typedef EGLBoolean (EGLAPIENTRY *eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint,… typedef
42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig"); in init_egl_dispatch()