Searched refs:eglDestroyImageKHR_t (Results 1 – 3 of 3) sorted by relevance
59 eglDestroyImageKHR_t eglDestroyImageKHR;104 …eglDestroyImageKHR_t set_eglDestroyImageKHR(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval … in set_eglDestroyImageKHR()
60 typedef EGLBoolean (* eglDestroyImageKHR_t) (EGLDisplay, EGLImageKHR image); typedef
62 … dlsym(gles_android,"eglDestroyImageKHR"); disp->set_eglDestroyImageKHR((eglDestroyImageKHR_t)ptr); in create_egl_dispatch()