Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp330 ColorBufferQueue& sf2appQueue) { in drawWorkerWithCompose() argument
362 sf2appQueue.queueBuffer(ColorBufferQueue::Item(appItem.colorBuffer, getFenceSync())); in drawWorkerWithCompose()
367 ColorBufferQueue& sf2appQueue, in drawWorker() argument
455 sf2appQueue.queueBuffer(ColorBufferQueue::Item(appItem.colorBuffer, getFenceSync())); in drawWorker()
468 ColorBufferQueue sf2appQueue; in surfaceFlingerComposerLoop() local
487 sf2appQueue.queueBuffer(ColorBufferQueue::Item(sfColorBuffers[i], nullptr)); in surfaceFlingerComposerLoop()
499 sf2appQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()
510 sf2appQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()
520 drawWorkerWithCompose(app2sfQueue, sf2appQueue); in surfaceFlingerComposerLoop()
523 drawWorker(app2sfQueue, sf2appQueue, sf2hwcQueue, hwc2sfQueue); in surfaceFlingerComposerLoop()
DSampleApplication.h83 void drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue);
84 void drawWorker(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue,