Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc332 buffer->swap_buffers (); in _hb_ot_shape_normalize()
413 buffer->swap_buffers (); in _hb_ot_shape_normalize()
Dhb-buffer-private.hh189 HB_INTERNAL void swap_buffers (void);
Dhb-ot-shape-complex-thai.cc359 buffer->swap_buffers (); in preprocess_text_thai()
Dhb-ot-shape-complex-hangul.cc387 buffer->swap_buffers (); in preprocess_text_hangul()
Dhb-ot-shape-complex-myanmar.cc473 buffer->swap_buffers (); in insert_dotted_circles()
Dhb-ot-shape-complex-use.cc536 buffer->swap_buffers (); in insert_dotted_circles()
Dhb-ot-shape.cc260 buffer->swap_buffers (); in hb_insert_dotted_circle()
Dhb-buffer.cc323 hb_buffer_t::swap_buffers (void) in swap_buffers() function in hb_buffer_t
Dhb-ot-layout.cc1071 buffer->swap_buffers (); in apply_string()
Dhb-ot-shape-complex-indic.cc1256 buffer->swap_buffers (); in insert_dotted_circles()
/external/deqp/android/cts/mnc/
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/deqp/android/cts/mnc/src/
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/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/android/cts/master/
Degl-master.txt2327 dEQP-EGL.functional.negative_api.swap_buffers
2967 dEQP-EGL.functional.swap_buffers.rgb565_no_depth_no_stencil
2968 dEQP-EGL.functional.swap_buffers.rgb565_no_depth_stencil
2969 dEQP-EGL.functional.swap_buffers.rgb565_depth_no_stencil
2970 dEQP-EGL.functional.swap_buffers.rgb565_depth_stencil
2971 dEQP-EGL.functional.swap_buffers.rgb888_no_depth_no_stencil
2972 dEQP-EGL.functional.swap_buffers.rgb888_no_depth_stencil
2973 dEQP-EGL.functional.swap_buffers.rgb888_depth_no_stencil
2974 dEQP-EGL.functional.swap_buffers.rgb888_depth_stencil
2975 dEQP-EGL.functional.swap_buffers.rgba4444_no_depth_no_stencil
[all …]
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1278 TEGL_ADD_API_CASE(swap_buffers, "eglSwapBuffers() negative tests", in init()