Home
last modified time | relevance | path

Searched refs:eglCopyBuffers (Results 1 – 19 of 19) 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/libs/native_bridge_support/libEGL/
Dstubs_arm.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCopyBuffers);
172 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCopyBuffers); in init_stub_library()
Dstubs_arm64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCopyBuffers);
172 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCopyBuffers); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt8 eglCopyBuffers;
Dplatform_entries.in29 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
/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.java463 public static native boolean eglCopyBuffers( in eglCopyBuffers() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java51 …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.cpp269 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers() function
273 return cnx->platform.eglCopyBuffers(dpy, surface, target); in eglCopyBuffers()
Degl_platform_entries.cpp1474 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target); in eglCopyBuffersImpl()
/frameworks/native/opengl/include/EGL/
Degl.h122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
/frameworks/native/opengl/libagl/
Degl.cpp1950 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18663 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
51679 …method public abstract boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.mic…
/frameworks/base/non-updatable-api/
Dcurrent.txt31273 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
75941 …method public boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.microedition…
/frameworks/base/api/
Dcurrent.txt31417 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
76085 …method public boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.microedition…