Searched refs:eglDestroyImageKHR (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Image.cpp | 52 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage); in ~Image()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 155 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) { in eglDestroyImageKHR() function
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 55 if (image) eglDestroyImageKHR(display, image); \
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_create_native_client_buffer.txt | 77 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/ |
D | egl_entries.in | 52 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
|
D | eglApi.cpp | 146 (__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/ |
D | GLConsumer.cpp | 1163 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in ~EglImage() 1178 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in createIfNeeded()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 890 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR }, 2091 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3517 eglDestroyImageKHR(mEGLDisplay, image); in captureScreenImplLocked()
|
D | SurfaceFlinger_hwc1.cpp | 3533 eglDestroyImageKHR(mEGLDisplay, image); in captureScreenImplLocked()
|