Searched refs:eglCopyBuffers (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/egl/
H A DegluApiPrototypes.inl37 EGLBoolean eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
H A DtcuEgl.cpp208 TCU_CHECK_EGL_CALL(eglCopyBuffers(m_display.getEGLDisplay(), m_surface, m_nativePixmap));
H A DegluCallLogWrapper.inl342 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);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp54 // * 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));
H A DteglNativeColorMappingTests.cpp421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));
593 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
H A DteglNativeCoordMappingTests.cpp477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));
629 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
/external/mesa3d/include/EGL/
H A Degl.h313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc393 EGLBoolean eglCopyBuffers(EGLDisplay dpy, function
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c705 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) function
873 { "eglCopyBuffers", (_EGLProc) eglCopyBuffers },
/external/mesa3d/src/egl/main/
H A Deglapi.c705 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) function
873 { "eglCopyBuffers", (_EGLProc) eglCopyBuffers },
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp947 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) function
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8803 milliseconds