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

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec9 eglCopyBuffers unsupported
H A DEGL14.spec33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
/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);
H A DEGL14.java458 // C function EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
460 public static native boolean eglCopyBuffers( method in class:EGL14
/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/native/opengl/tests/angeles/include/GLES/
H A Degl.h223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType target);
/frameworks/native/opengl/include/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto780 eglCopyBuffers = 2021;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1108 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, function
1121 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target);
/frameworks/native/opengl/libagl/
H A Degl.cpp1890 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, function
1895 // TODO: eglCopyBuffers()
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1585 const GLMessage_Function GLMessage::eglCopyBuffers; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1933 static const Function eglCopyBuffers = GLMessage_Function_eglCopyBuffers; member in class:android::gltrace::GLMessage

Completed in 415 milliseconds