HomeSort by relevance Sort by last modified time
    Searched refs:swap_buffers (Results 1 - 23 of 23) sorted by null

  /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-ot-shape-complex-hangul.cc 381 buffer->swap_buffers ();
hb-ot-shape-complex-sea.cc 322 buffer->swap_buffers ();
hb-ot-shape-complex-thai.cc 357 buffer->swap_buffers ();
hb-ot-shape-complex-myanmar.cc 503 buffer->swap_buffers ();
hb-ot-shape.cc 258 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-layout.cc 854 buffer->swap_buffers ();
hb-ot-shape-complex-indic.cc     [all...]
  /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-ot-shape-complex-hangul.cc 381 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-myanmar.cc 498 buffer->swap_buffers ();
hb-ot-shape.cc 260 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-ot-layout.cc 874 buffer->swap_buffers ();
hb-ot-shape-complex-indic.cc     [all...]
  /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/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/
teglNegativeApiTests.cpp     [all...]

Completed in 1031 milliseconds