Searched refs:eglCopyBuffers (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, method in class:EGLLogWrapper
66 begin("eglCopyBuffers");
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java46 public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); method in class:EGLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType target);
/frameworks/base/opengl/include/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp944 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, function
957 return s->cnx->egl.eglCopyBuffers(
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h476 static const Function eglCopyBuffers = Message_Function_eglCopyBuffers; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp402 const Message_Function Message::eglCopyBuffers; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl/
H A Degl.cpp1865 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, function
1870 // TODO: eglCopyBuffers()

Completed in 77 milliseconds