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

/frameworks/base/opengl/libs/EGL/
H A Degl.cpp401 { "eglDestroyImageKHR",
402 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1691 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1708 if (cnx->egl.eglDestroyImageKHR(
/frameworks/base/opengl/libagl/
H A Degl.cpp935 { "eglDestroyImageKHR",
936 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2100 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function

Completed in 11 milliseconds