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

1 2 3 4 5

  /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");
  /external/deqp/framework/egl/
egluApiPrototypes.inl 37 EGLBoolean eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
tcuEgl.cpp 208 TCU_CHECK_EGL_CALL(eglCopyBuffers(m_display.getEGLDisplay(), m_surface, m_nativePixmap));
egluCallLogWrapper.inl 342 EGLBoolean CallLogWrapper::eglCopyBuffers (EGLDisplay param0, EGLSurface param1, EGLNativePixmapType param2)
345 m_log << TestLog::Message << "eglCopyBuffers(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ");" << TestLog::EndMessage;
346 EGLBoolean returnValue = ::eglCopyBuffers(param0, param1, param2);
  /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 458 // C function EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
460 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/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /external/chromium_org/third_party/khronos/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 54 // * eglCopyBuffers()
153 TEGL_ADD_API_CASE(copy_buffers, "eglCopyBuffers() negative tests",
160 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, (NativePixmapType)0));
163 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, (NativePixmapType)0));
170 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, (NativePixmapType)0));
173 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, (NativePixmapType)0));
    [all...]
  /external/mesa3d/include/EGL/
egl.h 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,

Completed in 1674 milliseconds

1 2 3 4 5