Searched refs:eglBindTexImage (Results 1 - 9 of 9) 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.java365 // C function EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
367 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.cpp1188 EGLBoolean eglBindTexImage( function
1201 if (s->cnx->egl.eglBindTexImage) {
1202 return s->cnx->egl.eglBindTexImage(
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto785 eglBindTexImage = 2026;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp956 /* EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer ) */
964 _returnValue = eglBindTexImage(
1254 {"eglBindTexImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;I)Z", (void *) android_eglBindTexImage },
/frameworks/native/opengl/libagl/
H A Degl.cpp1935 EGLBoolean eglBindTexImage( function
1940 // TODO: eglBindTexImage()
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1590 const GLMessage_Function GLMessage::eglBindTexImage; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1938 static const Function eglBindTexImage = GLMessage_Function_eglBindTexImage; member in class:android::gltrace::GLMessage

Completed in 144 milliseconds