Searched refs:eglDestroyContext_t (Results 1 – 3 of 3) sorted by relevance
45 eglDestroyContext_t eglDestroyContext;90 …eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eg… in set_eglDestroyContext()
46 typedef EGLBoolean (* eglDestroyContext_t) (EGLDisplay, EGLContext); typedef
48 …ptr = dlsym(gles_android,"eglDestroyContext"); disp->set_eglDestroyContext((eglDestroyContext_t)pt… in create_egl_dispatch()