Searched refs:eglDestroyImageKHR (Results 1 – 5 of 5) sorted by relevance
57 {"eglDestroyImageKHR", (void *)eglDestroyImageKHR},
1213 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
59 eglDestroyImageKHR_t eglDestroyImageKHR; member104 …(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval = eglDestroyImageKHR; eglDestroyImageKHR = … in set_eglDestroyImageKHR()
630 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() function632 return getDispatch()->eglDestroyImageKHR(dpy, image); in eglDestroyImageKHR()