Searched refs:eglChooseConfig_t (Results 1 – 3 of 3) 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
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr); in create_egl_dispatch()