Lines Matching refs:presentFence
1597 void closeFences(hwc2_display_t display, int32_t presentFence) in closeFences() argument
1603 if (presentFence >= 0) { in closeFences()
1604 ASSERT_GE(sync_wait(presentFence, msWait), 0); in closeFences()
1605 close(presentFence); in closeFences()
1742 int32_t presentFence; in presentDisplays() local
1767 &presentFence)); in presentDisplays()
1769 ASSERT_NO_FATAL_FAILURE(closeFences(display, presentFence)); in presentDisplays()
1833 int32_t presentFence; in createAndPresentVirtualDisplay() local
1867 &presentFence)); in createAndPresentVirtualDisplay()
1868 ASSERT_NO_FATAL_FAILURE(closeFences(display, presentFence)); in createAndPresentVirtualDisplay()
4207 int32_t presentFence; in TEST_F() local
4212 ASSERT_NO_FATAL_FAILURE(presentDisplay(display, &presentFence, &err)); in TEST_F()
4224 int32_t presentFence; in TEST_F() local
4234 &presentFence, &err)); in TEST_F()