Home
last modified time | relevance | path

Searched defs:close_loop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h185 const bool close_loop = ((flags) == DRAW_SPLIT_BEFORE); in CONCAT2() local
231 bool close_loop = (flags == DRAW_SPLIT_BEFORE); in vsplit_segment_loop_linear() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py538 def close_loop(loop): member in TestCase
Dtest_events.py1735 async def close_loop(loop): function