Searched refs:eglDestroySurface_t (Results 1 – 3 of 3) sorted by relevance
33 eglDestroySurface_t eglDestroySurface;78 …eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eg… in set_eglDestroySurface()
34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface); typedef
36 …ptr = dlsym(gles_android,"eglDestroySurface"); disp->set_eglDestroySurface((eglDestroySurface_t)pt… in create_egl_dispatch()