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

/frameworks/base/libs/hwui/
H A DImage.cpp52 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage);
H A DTexture.cpp90 eglDestroyImageKHR(eglDisplayHandle, mEglImageHandle);
143 eglDestroyImageKHR(eglDisplayHandle, mEglImageHandle);
H A DOpenGLReadback.cpp99 eglDestroyImageKHR(display, sourceImage);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp175 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) { function
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dnative_buffer.h83 eglDestroyImageKHR(display_, egl_image);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp1187 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1188 ALOGE("~EglImage: eglDestroyImageKHR failed");
1202 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1203 ALOGE("createIfNeeded: eglDestroyImageKHR failed");
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp145 eglDestroyImageKHR(mDisplay, image);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp149 { "eglDestroyImageKHR",
150 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1525 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1534 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1535 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/opengl/include/EGL/
H A Deglext.h85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/frameworks/native/opengl/libagl/
H A Degl.cpp881 { "eglDestroyImageKHR",
882 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2104 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4397 eglDestroyImageKHR(mEGLDisplay, image);
H A DSurfaceFlinger_hwc1.cpp3992 eglDestroyImageKHR(mEGLDisplay, image);

Completed in 296 milliseconds