Searched defs:swap_buffers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc69 * In that case, swap_buffers() is no-op and the glyph operations operate
75 * This should all remain transparent to the user. swap_buffers() then
285 hb_buffer_t::swap_buffers (void) function in class:hb_buffer_t
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc69 * In that case, swap_buffers() is no-op and the glyph operations operate
75 * This should all remain transparent to the user. swap_buffers() then
285 hb_buffer_t::swap_buffers (void) function in class:hb_buffer_t
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, function
595 return swap_buffers(drv, dpy, surf, 0, NULL,
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE);
633 return swap_buffers(drv, dpy, surf, 1, rect, EGL_TRUE);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, function
595 return swap_buffers(drv, dpy, surf, 0, NULL,
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE);
633 return swap_buffers(drv, dpy, surf, 1, rect, EGL_TRUE);

Completed in 604 milliseconds