OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dri2_swap_buffers
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/egl/drivers/dri2/
platform_drm.c
324
dri2_swap_buffers
(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
function
331
_eglError(EGL_BAD_SURFACE, "
dri2_swap_buffers
");
468
drv->API.SwapBuffers =
dri2_swap_buffers
;
platform_x11.c
752
dri2_swap_buffers
(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
function
974
drv->API.SwapBuffers =
dri2_swap_buffers
;
1052
drv->API.SwapBuffers =
dri2_swap_buffers
;
[
all
...]
platform_wayland.c
561
dri2_swap_buffers
(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
function
761
drv->API.SwapBuffers =
dri2_swap_buffers
;
Completed in 50 milliseconds