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

1 2 3 4 5 6

  /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 572 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
574 return getDispatch()->eglCopyBuffers(dpy, surface, target);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 9 { "eglCopyBuffers", (deFunctionPtr)eglCopyBuffers },
eglwStaticLibrary15.inl 10 { "eglCopyBuffers", (deFunctionPtr)eglCopyBuffers },
eglwApi.inl 15 #define eglCopyBuffers eglwCopyBuffers
  /external/mesa3d/src/egl/
egl-symbols-check 9 eglCopyBuffers
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 9 eglCopyBuffers unsupported
EGL14.spec 33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
  /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 459 // C function EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
461 public static native boolean eglCopyBuffers(
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 60 EGLBoolean (*eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
  /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);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-18/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-19/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-21/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-23/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-24/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,

Completed in 175 milliseconds

1 2 3 4 5 6