Searched refs:CopyBuffers (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 379 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()
|
D | libEGL.cpp | 1167 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() function
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 118 EGLBoolean (*CopyBuffers)(_EGLDisplay *disp, _EGLSurface *surface, member
|
D | eglapi.c | 1496 ret = disp->Driver->CopyBuffers(disp, surf, native_pixmap_ptr); in eglCopyBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs_autogen.h | 51 EGLBoolean CopyBuffers(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 52 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()
|
D | egl_stubs.cpp | 108 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3708 .CopyBuffers = dri2_copy_buffers,
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1685 - egl: drop unused \_EGLDriver from CopyBuffers()
|