Searched refs:eglDestroyImageKHR (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
H A DImage.cpp54 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage);
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp101 if (image) eglDestroyImageKHR(display, image); \
/frameworks/native/libs/gui/
H A DGLConsumer.cpp325 if (!eglDestroyImageKHR(mEglDisplay, mEglSlots[slot].mEglImage)) {
326 ST_LOGW("acquireBufferLocked: eglDestroyImageKHR failed for slot=%d",
556 eglDestroyImageKHR(mEglDisplay, img);
646 eglDestroyImageKHR(dpy, image);
1036 eglDestroyImageKHR(mEglDisplay, img);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp127 { "eglDestroyImageKHR",
128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1395 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1404 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1405 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto606 eglDestroyImageKHR = 2037;
/frameworks/native/opengl/include/EGL/
H A Deglext.h85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/frameworks/native/opengl/libagl/
H A Degl.cpp862 { "eglDestroyImageKHR",
863 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1219 const GLMessage_Function GLMessage::eglDestroyImageKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1567 static const Function eglDestroyImageKHR = GLMessage_Function_eglDestroyImageKHR; member in class:android::gltrace::GLMessage
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3060 eglDestroyImageKHR(mEGLDisplay, image);

Completed in 324 milliseconds