Searched refs:destroyImageKHR (Results 1 – 3 of 3) sorted by relevance
68 bool destroyImageKHR(EGLImageKHR img);
302 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR() function in EglDisplay
1065 return dpy->destroyImageKHR(image) ? EGL_TRUE:EGL_FALSE; in eglDestroyImageKHR()