Home
last modified time | relevance | path

Searched refs:eglCopyBuffers (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec9 eglCopyBuffers unsupported
DEGL14.spec33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() method
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType targ…
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers() method in EGLLogWrapper
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap); in eglCopyBuffers()
DEGL14.java460 public static native boolean eglCopyBuffers( in eglCopyBuffers() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java46 …public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pix… in eglCopyBuffers() method in EGLImpl
/frameworks/native/opengl/libs/EGL/
Degl_entries.in23 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
DeglApi.cpp1172 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers() function
1185 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target); in eglCopyBuffers()
/frameworks/native/opengl/include/EGL/
Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto782 eglCopyBuffers = 2021; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp1917 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers() function
/frameworks/base/api/
Dcurrent.txt19896 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
54444 …method public abstract boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.mic…
Dsystem-current.txt21840 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
57050 …method public abstract boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.mic…