HomeSort by: relevance | last modified time | path
    Searched refs:eglSwapBuffers (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/egl/
egl-symbols-check 55 eglSwapBuffers
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
eglentrypoint.h 76 EGL_ENTRYPOINT(eglSwapBuffers)
eglapi.c 1318 eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
1340 * If eglSwapBuffers is called and the native window associated with
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglentrypoint.h 76 EGL_ENTRYPOINT(eglSwapBuffers)
eglapi.c 1258 eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
1281 * If eglSwapBuffers is called and the native window associated with
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
two_win.c 291 eglSwapBuffers(egl_dpy, egl_surf1);
299 eglSwapBuffers(egl_dpy, egl_surf2);
eglfbdev.c 235 if (!eglSwapBuffers(egl_dpy, egl_surf))
bindtex.c 421 eglSwapBuffers(dpy, surf_win);
msaa.c 311 eglSwapBuffers(egl_dpy, egl_surf);
pbuffer.c 171 eglSwapBuffers(egl_dpy, egl_surf);
render_tex.c 245 eglSwapBuffers(egl_dpy, egl_surf);
texture_from_pixmap.c 185 eglSwapBuffers(data->dpy, data->surf);
  /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
eglut_wayland.c 173 eglSwapBuffers(_eglut->dpy, win->surface);
eglut_x11.c 249 eglSwapBuffers(_eglut->dpy, win->surface);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
eglkms.c 238 eglSwapBuffers(dpy, surface);
peglgears.c 351 eglSwapBuffers(dpy, surf);
xeglgears.c 612 eglSwapBuffers(eman->dpy, eman->win);
701 eglSwapBuffers(eman->dpy, eman->win);
xeglthreads.c 301 eglSwapBuffers(wt->Display, wt->Surface);
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
eglcommon.c 180 eglSwapBuffers(egl_dpy, egl_surf);
  /xsrc/external/mit/MesaLib.old/dist/include/EGL/
egl.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
  /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
tex2vgimage.c 340 eglSwapBuffers(eglman->dpy, eglman->win_surface);
vgimage2tex.c 338 eglSwapBuffers(eglman->dpy, eglman->win_surface);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
es2tri.c 416 eglSwapBuffers(egl_dpy, egl_surf);
  /xsrc/external/mit/MesaLib/dist/include/EGL/
egl.h 151 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
  /xsrc/external/mit/libepoxy/src/
egl_generated.h 1426 #define eglSwapBuffers epoxy_eglSwapBuffers

Completed in 53 milliseconds

1 2