Searched refs:frameQueue (Results 1 – 1 of 1) sorted by relevance
412 FrameQueue frameQueue; in TEST_F() local413 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F()428 ASSERT_TRUE(frameQueue.queueItem(buf1, fence1)); in TEST_F()429 ASSERT_TRUE(frameQueue.queueItem(buf2, fence2)); in TEST_F()431 frameQueue.stop(true); in TEST_F()470 FrameQueue frameQueue; in TEST_F() local471 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F()493 if (!frameQueue.queueItem(buf, fence)) { in TEST_F()500 frameQueue.stop(true); in TEST_F()577 FrameQueue frameQueue; in TEST_F() local[all …]