Searched refs:app2sfQueue (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | SampleApplication.h | 83 void drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue); 84 void drawWorker(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue,
|
D | SampleApplication.cpp | 329 void SampleApplication::drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, in drawWorkerWithCompose() argument 345 app2sfQueue.dequeueBuffer(&appItem); in drawWorkerWithCompose() 366 void SampleApplication::drawWorker(ColorBufferQueue& app2sfQueue, in drawWorker() argument 441 app2sfQueue.dequeueBuffer(&appItem); in drawWorker() 467 ColorBufferQueue app2sfQueue; in surfaceFlingerComposerLoop() local 508 app2sfQueue.queueBuffer(ColorBufferQueue::Item(sfItem.colorBuffer, getFenceSync())); in surfaceFlingerComposerLoop() 520 drawWorkerWithCompose(app2sfQueue, sf2appQueue); in surfaceFlingerComposerLoop() 523 drawWorker(app2sfQueue, sf2appQueue, sf2hwcQueue, hwc2sfQueue); in surfaceFlingerComposerLoop()
|