Searched refs:CopyBuffers (Results 1 – 6 of 6) sorted by relevance
/external/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 | 1158 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() function
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 118 EGLBoolean (*CopyBuffers)(_EGLDisplay *disp, _EGLSurface *surface, member
|
D | eglapi.c | 1485 ret = disp->Driver->CopyBuffers(disp, surf, native_pixmap_ptr); in eglCopyBuffers()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3686 .CopyBuffers = dri2_copy_buffers,
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1685 - egl: drop unused \_EGLDriver from CopyBuffers()
|