Home | History | Annotate | Download | only in EGL

Lines Matching defs:eglDestroyImageKHR

113     { "eglDestroyImageKHR",
114 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1293 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img)
1302 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1303 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);