Searched refs:CopyBuffers (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 76 drv->API.CopyBuffers = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | eglapi.h | 111 EGLBoolean (*CopyBuffers)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
D | eglapi.c | 1401 ret = drv->API.CopyBuffers(drv, disp, surf, native_pixmap_ptr); in eglCopyBuffers()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 369 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 552 return egl::CopyBuffers(dpy, surface, target); in eglCopyBuffers() 695 this->eglCopyBuffers = egl::CopyBuffers; in LibEGLexports()
|
D | libEGL.cpp | 1116 EGLBoolean CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() function
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3209 dri2_drv->API.CopyBuffers = dri2_copy_buffers, in _eglBuiltInDriver()
|