Searched refs:eglDestroyImage (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 25 eglDestroyImage; # introduced=29
|
D | platform_entries.in | 44 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 49 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
|
D | eglApi.cpp | 401 EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImageKHR img) { in eglDestroyImage() function 405 return cnx->platform.eglDestroyImage(dpy, img); in eglDestroyImage()
|
D | egl_display.cpp | 325 !cnx->egl.eglDestroyImage || in initialize()
|
D | egl_platform_entries.cpp | 1797 if (cnx->egl.eglDestroyImage) { in eglDestroyImageImpl() 1798 return eglDestroyImageTmpl(dpy, img, gEGLImpl.egl.eglDestroyImage); in eglDestroyImageImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 526 _returnValue = eglDestroyImage( in android_eglDestroyImage()
|