/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
drisw.c | 135 * Backend functions for st_framebuffer interface and swap_buffers. 350 * DRI versions differ in their implementation of init_screen and swap_buffers.
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
drisw.c | 135 * Backend functions for st_framebuffer interface and swap_buffers. 350 * DRI versions differ in their implementation of init_screen and swap_buffers.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-private.hh | 123 HB_INTERNAL void swap_buffers (void);
|
hb-ot-shape-normalize.cc | 328 buffer->swap_buffers (); 411 buffer->swap_buffers ();
|
hb-graphite2.cc | 342 //buffer->swap_buffers ();
|
hb-buffer.cc | 69 * 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 284 hb_buffer_t::swap_buffers (void) function in class:hb_buffer_t
|
hb-ot-shape-complex-sea.cc | 322 buffer->swap_buffers ();
|
hb-ot-shape-complex-thai.cc | 357 buffer->swap_buffers ();
|
hb-ot-shape-complex-hangul.cc | 381 buffer->swap_buffers ();
|
hb-ot-shape-complex-myanmar.cc | 503 buffer->swap_buffers ();
|
hb-ot-shape.cc | 258 buffer->swap_buffers ();
|
hb-ot-layout.cc | 854 buffer->swap_buffers ();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 554 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/harfbuzz_ng/src/ |
hb-buffer-private.hh | 124 HB_INTERNAL void swap_buffers (void);
|
hb-ot-shape-normalize.cc | 328 buffer->swap_buffers (); 411 buffer->swap_buffers ();
|
hb-buffer.cc | 69 * 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
|
hb-graphite2.cc | 345 //buffer->swap_buffers ();
|
hb-ot-shape-complex-sea.cc | 325 buffer->swap_buffers ();
|
hb-ot-shape-complex-thai.cc | 360 buffer->swap_buffers ();
|
hb-ot-shape-complex-hangul.cc | 381 buffer->swap_buffers ();
|
hb-ot-shape-complex-myanmar.cc | 498 buffer->swap_buffers ();
|
hb-ot-layout.cc | 874 buffer->swap_buffers ();
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 554 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/deqp/modules/egl/ |
teglSwapBuffersTests.cpp | 430 : TestCaseGroup(eglTestCtx, "swap_buffers", "Swap buffers tests")
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
dri2.c | 850 * DRI versions differ in their implementation of init_screen and swap_buffers.
|