Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec20 EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
/frameworks/base/opengl/java/android/opengl/
DEGL14.java367 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.cpp1215 EGLBoolean eglBindTexImage( in eglBindTexImage() function
1228 if (s->cnx->egl.eglBindTexImage) { in eglBindTexImage()
1229 return s->cnx->egl.eglBindTexImage( in eglBindTexImage()
/frameworks/native/opengl/include/EGL/
Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp940 _returnValue = eglBindTexImage( in android_eglBindTexImage()
/frameworks/native/opengl/libagl/
Degl.cpp1963 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/api/
Dcurrent.txt25171 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…
Dtest-current.txt25240 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…
Dsystem-current.txt27611 …method public static boolean eglBindTexImage(android.opengl.EGLDisplay, android.opengl.EGLSurface,…