HomeSort by relevance Sort by last modified time
    Searched refs:eglCopyBuffers (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 52 {"eglCopyBuffers", (void *)eglCopyBuffers},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 52 {"eglCopyBuffers", (void *)eglCopyBuffers},
egl_dispatch.h 54 eglCopyBuffers_t eglCopyBuffers;
99 eglCopyBuffers_t set_eglCopyBuffers(eglCopyBuffers_t f) { eglCopyBuffers_t retval = eglCopyBuffers; eglCopyBuffers = f; return retval;}
egl.cpp 608 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
610 return getDispatch()->eglCopyBuffers(dpy, surface, target);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 52 {"eglCopyBuffers", (void *)eglCopyBuffers},
egl_dispatch.h 54 eglCopyBuffers_t eglCopyBuffers;
99 eglCopyBuffers_t set_eglCopyBuffers(eglCopyBuffers_t f) { eglCopyBuffers_t retval = eglCopyBuffers; eglCopyBuffers = f; return retval;}
egl.cpp 224 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
226 return getDispatch()->eglCopyBuffers(dpy, surface, target);
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 9 eglCopyBuffers unsupported
EGL14.spec 33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 54 eglCopyBuffers_t eglCopyBuffers;
EGLDispatch.cpp 68 s_egl.eglCopyBuffers = (eglCopyBuffers_t) lib->findSymbol("eglCopyBuffers");
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface,
66 begin("eglCopyBuffers");
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap);
EGL14.java 440 // C function EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
442 public static native boolean eglCopyBuffers(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 46 public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType target);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /frameworks/native/opengl/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,

Completed in 701 milliseconds

1 2 3