/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 9 eglCopyBuffers unsupported
|
D | EGL14.spec | 33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCopyBuffers); 172 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCopyBuffers); in init_stub_library()
|
D | stubs_arm64.cc | 58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCopyBuffers); 172 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCopyBuffers); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 8 eglCopyBuffers;
|
D | platform_entries.in | 29 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
|
/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/tests/angeles/include/GLES/ |
D | egl.h | 223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType targ…
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers() method in EGLLogWrapper 72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap); in eglCopyBuffers()
|
D | EGL14.java | 463 public static native boolean eglCopyBuffers( in eglCopyBuffers() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 51 …public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pix… in eglCopyBuffers() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 23 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
|
D | eglApi.cpp | 269 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers() function 273 return cnx->platform.eglCopyBuffers(dpy, surface, target); in eglCopyBuffers()
|
D | egl_platform_entries.cpp | 1474 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target); in eglCopyBuffersImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1950 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18663 …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/ |
D | current.txt | 31273 …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/ |
D | current.txt | 31417 …method public static boolean eglCopyBuffers(android.opengl.EGLDisplay, android.opengl.EGLSurface, … 76085 …method public boolean eglCopyBuffers(javax.microedition.khronos.egl.EGLDisplay, javax.microedition…
|