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

/frameworks/base/libs/hwui/
H A DImage.cpp52 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage);
H A DTexture.cpp90 eglDestroyImageKHR(eglDisplayHandle, mEglImageHandle);
147 eglDestroyImageKHR(eglDisplayHandle, mEglImageHandle);
H A DOpenGLReadback.cpp95 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.h87 eglDestroyImageKHR(display_, image_khr_);
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp234 eglDestroyImageKHR(mDisplay, image);
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp303 eglDestroyImageKHR(mDisplay, image);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp1189 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1190 ALOGE("~EglImage: eglDestroyImageKHR failed");
1204 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1205 ALOGE("createIfNeeded: eglDestroyImageKHR failed");
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp151 { "eglDestroyImageKHR",
152 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1721 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1730 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1731 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/opengl/libagl/
H A Degl.cpp899 { "eglDestroyImageKHR",
900 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2122 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
/frameworks/native/opengl/include/EGL/
H A Deglext.h212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4445 eglDestroyImageKHR(mDisplay, mImage);
H A DSurfaceFlinger_hwc1.cpp4012 eglDestroyImageKHR(mEGLDisplay, image);

Completed in 1201 milliseconds