Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp432 ColorBufferQueue::Item hwcItem = {}; in drawWorker() local
435 hwc2sfQueue.dequeueBuffer(&hwcItem); in drawWorker()
436 if (hwcItem.sync) { hwcItem.sync->wait(EGL_FOREVER_KHR); } in drawWorker()
438 mFb->setEmulatedEglWindowSurfaceColorBuffer(sfSurface, hwcItem.colorBuffer); in drawWorker()
460 if (hwcItem.sync) { hwcItem.sync->decRef(); } in drawWorker()
461 sf2hwcQueue.queueBuffer(ColorBufferQueue::Item(hwcItem.colorBuffer, getFenceSync())); in drawWorker()