Home
last modified time | relevance | path

Searched refs:eglDestroyImageKHR (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/
DImage.cpp52 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage); in ~Image()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp155 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) { in eglDestroyImageKHR() function
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp55 if (image) eglDestroyImageKHR(display, image); \
/frameworks/native/opengl/specs/
DEGL_ANDROID_create_native_client_buffer.txt77 EGLImages are destroyed by eglDestroyImageKHR. <attrib_list> is a list of
187 eglCreateImagKHR, and then decrement it in eglDestroyImageKHR. This should
/frameworks/native/opengl/libs/EGL/
Degl_entries.in52 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
DeglApi.cpp146 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1422 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
1431 if (cnx->dso && cnx->egl.eglDestroyImageKHR) { in eglDestroyImageKHR()
1432 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img); in eglDestroyImageKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp1163 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in ~EglImage()
1178 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in createIfNeeded()
/frameworks/native/opengl/include/EGL/
Deglext.h85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/frameworks/native/opengl/libagl/
Degl.cpp890 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2091 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3517 eglDestroyImageKHR(mEGLDisplay, image); in captureScreenImplLocked()
DSurfaceFlinger_hwc1.cpp3533 eglDestroyImageKHR(mEGLDisplay, image); in captureScreenImplLocked()