Home
last modified time | relevance | path

Searched refs:swap_buffers (Results 1 – 13 of 13) sorted by relevance

/external/deqp/android/cts/master/
Degl-master.txt713 dEQP-EGL.functional.negative_api.swap_buffers
1136 dEQP-EGL.functional.swap_buffers.rgb565_no_depth_no_stencil
1137 dEQP-EGL.functional.swap_buffers.rgb565_no_depth_stencil
1138 dEQP-EGL.functional.swap_buffers.rgb565_depth_no_stencil
1139 dEQP-EGL.functional.swap_buffers.rgb565_depth_stencil
1140 dEQP-EGL.functional.swap_buffers.rgb888_no_depth_no_stencil
1141 dEQP-EGL.functional.swap_buffers.rgb888_no_depth_stencil
1142 dEQP-EGL.functional.swap_buffers.rgb888_depth_no_stencil
1143 dEQP-EGL.functional.swap_buffers.rgb888_depth_stencil
1144 dEQP-EGL.functional.swap_buffers.rgba4444_no_depth_no_stencil
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc330 buffer->swap_buffers (); in _hb_ot_shape_normalize()
413 buffer->swap_buffers (); in _hb_ot_shape_normalize()
Dhb-buffer-private.hh122 HB_INTERNAL void swap_buffers (void);
Dhb-ot-shape-complex-thai.cc360 buffer->swap_buffers (); in preprocess_text_thai()
Dhb-ot-shape-complex-hangul.cc390 buffer->swap_buffers (); in preprocess_text_hangul()
Dhb-ot-shape-complex-sea.cc325 buffer->swap_buffers (); in insert_dotted_circles()
Dhb-ot-shape-complex-myanmar.cc498 buffer->swap_buffers (); in insert_dotted_circles()
Dhb-ot-shape.cc261 buffer->swap_buffers (); in hb_insert_dotted_circle()
Dhb-ot-layout.cc874 buffer->swap_buffers (); in apply_string()
Dhb-buffer.cc285 hb_buffer_t::swap_buffers (void) in swap_buffers() function in hb_buffer_t
Dhb-ot-shape-complex-indic.cc1302 buffer->swap_buffers (); in insert_dotted_circles()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in swap_buffers() function
595 return swap_buffers(drv, dpy, surf, 0, NULL, in egl_g3d_swap_buffers()
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE); in egl_g3d_swap_buffers_region()
633 return swap_buffers(drv, dpy, surf, 1, rect, EGL_TRUE); in egl_g3d_post_sub_buffer()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1274 TEGL_ADD_API_CASE(swap_buffers, "eglSwapBuffers() negative tests", in init()