Searched refs:eglDestroyImage (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 167 public static native boolean eglDestroyImage( in eglDestroyImage() method in EGL15
|
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImage); 198 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImage); in init_stub_library()
|
D | stubs_arm64.cc | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImage); 198 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImage); in init_stub_library()
|
D | stubs_arm.cc | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImage); 198 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImage); in init_stub_library()
|
/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 | 397 EGLBoolean eglDestroyImage(EGLDisplay dpy, EGLImageKHR img) { in eglDestroyImage() function 401 return cnx->platform.eglDestroyImage(dpy, img); in eglDestroyImage()
|
D | egl_display.cpp | 293 if (!cnx->egl.eglCreateImage || !cnx->egl.eglDestroyImage || in initialize()
|
D | egl_platform_entries.cpp | 1711 if (cnx->egl.eglDestroyImage) { in eglDestroyImageImpl() 1712 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 | 527 _returnValue = eglDestroyImage( in android_eglDestroyImage()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 29674 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage);
|