Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindTexImage);
168 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindTexImage); in init_stub_library()
Dstubs_arm64.cc54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindTexImage);
168 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.java370 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.cpp297 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() function
301 return cnx->platform.eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
Degl_platform_entries.cpp1576 if (s->cnx->egl.eglBindTexImage) { in eglBindTexImageImpl()
1577 return s->cnx->egl.eglBindTexImage( 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.cpp947 _returnValue = eglBindTexImage( in android_eglBindTexImage()
/frameworks/native/opengl/libagl/
Degl.cpp1995 EGLBoolean eglBindTexImage( in eglBindTexImage() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18661 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…
/frameworks/base/non-updatable-api/
Dcurrent.txt31271 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…
/frameworks/base/api/
Dcurrent.txt31415 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…