Searched defs:eglDestroyImageKHR (Results 1 - 4 of 4) sorted by path

/frameworks/native/opengl/libagl/
H A Degl.cpp862 { "eglDestroyImageKHR",
863 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp127 { "eglDestroyImageKHR",
128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1400 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1409 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1410 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1601 const GLMessage_Function GLMessage::eglDestroyImageKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1949 static const Function eglDestroyImageKHR = GLMessage_Function_eglDestroyImageKHR; member in class:android::gltrace::GLMessage

Completed in 58 milliseconds