Home
last modified time | relevance | path

Searched refs:eglBindTexImage (Results 1 – 15 of 15) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindTexImage);
178 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindTexImage); in init_stub_library()
Dstubs_arm64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindTexImage);
178 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindTexImage); in init_stub_library()
Dstubs_arm.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindTexImage);
178 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindTexImage); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt4 eglBindTexImage;
Dplatform_entries.in33 EGL_ENTRY(EGLBoolean, eglBindTexImage, EGLDisplay, EGLSurface, EGLint)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec20 EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
/frameworks/base/opengl/java/android/opengl/
DEGL14.java371 public static native boolean eglBindTexImage( in eglBindTexImage() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in31 EGL_ENTRY(EGLBoolean, eglBindTexImage, EGLDisplay, EGLSurface, EGLint)
DeglApi.cpp296 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() function
300 return cnx->platform.eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
Degl_platform_entries.cpp1510 if (s->cnx->egl.eglBindTexImage) { in eglBindTexImageImpl()
1511 return s->cnx->egl.eglBindTexImage(dp->disp.dpy, s->surface, buffer); in eglBindTexImageImpl()
/frameworks/native/opengl/include/EGL/
Degl.h163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp948 _returnValue = eglBindTexImage( in android_eglBindTexImage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18661 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…
/frameworks/base/core/api/
Dcurrent.txt29520 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…