Searched defs:eglDestroyImageKHR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp170 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) { function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp156 { "eglDestroyImageKHR",
157 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1777 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1786 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1787 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/opengl/libagl/
H A Degl.cpp901 { "eglDestroyImageKHR",
902 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2123 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function

Completed in 162 milliseconds