Lines Matching refs:eglDestroyImageKHR
127 { "eglDestroyImageKHR",128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },1395 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img)1404 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {1405 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);