Home
last modified time | relevance | path

Searched refs:eglDestroyImage (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImage);
188 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImage); in init_stub_library()
Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImage);
188 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImage); in init_stub_library()
/frameworks/base/opengl/java/android/opengl/
DEGL15.java167 public static native boolean eglDestroyImage( in eglDestroyImage() method in EGL15
/frameworks/native/opengl/libs/
DlibEGL.map.txt25 eglDestroyImage; # introduced=29
Dplatform_entries.in44 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in49 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
DeglApi.cpp397 EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImageKHR img) { in eglDestroyImage() function
401 return cnx->platform.eglDestroyImage(dpy, img); in eglDestroyImage()
Degl_display.cpp297 if (!cnx->egl.eglCreateImage || !cnx->egl.eglDestroyImage || in initialize()
Degl_platform_entries.cpp1704 if (cnx->egl.eglDestroyImage) { in eglDestroyImageImpl()
1705 return eglDestroyImageTmpl(dpy, img, gEGLImpl.egl.eglDestroyImage); in eglDestroyImageImpl()
/frameworks/native/opengl/include/EGL/
Degl.h292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp526 _returnValue = eglDestroyImage( in android_eglDestroyImage()
/frameworks/base/core/api/
Dcurrent.txt27740 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage);