Searched defs:eglCopyBuffers (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 46 …public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pix… in eglCopyBuffers() method in EGLImpl
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers() method in EGLLogWrapper
|
D | EGL14.java | 460 public static native boolean eglCopyBuffers( in eglCopyBuffers() method in EGL14
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() method
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 1127 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers() function
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1918 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers() function
|