Searched refs:eglBindTexImage (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec20 EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java366 // C function EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
368 public static native boolean eglBindTexImage( method in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1317 EGLBoolean eglBindTexImage( function
1330 if (s->cnx->egl.eglBindTexImage) {
1331 return s->cnx->egl.eglBindTexImage(
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp932 /* EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer ) */
940 _returnValue = eglBindTexImage(
1230 {"eglBindTexImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;I)Z", (void *) android_eglBindTexImage },
/frameworks/native/opengl/libagl/
H A Degl.cpp1976 EGLBoolean eglBindTexImage( function
1981 // TODO: eglBindTexImage()

Completed in 728 milliseconds