Home
last modified time | relevance | path

Searched refs:CopyBuffers (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp379 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
562 return egl::CopyBuffers(dpy, surface, target); in eglCopyBuffers()
705 this->eglCopyBuffers = egl::CopyBuffers; in LibEGLexports()
DlibEGL.cpp1167 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() function
/third_party/mesa3d/src/egl/main/
Degldriver.h118 EGLBoolean (*CopyBuffers)(_EGLDisplay *disp, _EGLSurface *surface, member
Deglapi.c1496 ret = disp->Driver->CopyBuffers(disp, surf, native_pixmap_ptr); in eglCopyBuffers()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h51 EGLBoolean CopyBuffers(Thread *thread,
Dentry_points_egl_autogen.cpp52 EGL_EVENT(CopyBuffers, in EGL_CopyBuffers()
61 ANGLE_EGL_VALIDATE(thread, CopyBuffers, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_CopyBuffers()
64 return CopyBuffers(thread, dpyPacked, surfacePacked, target); in EGL_CopyBuffers()
Degl_stubs.cpp108 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers() function
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3708 .CopyBuffers = dri2_copy_buffers,
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1685 - egl: drop unused \_EGLDriver from CopyBuffers()