Searched refs:ColorBufferQueue (Results 1 – 2 of 2) sorted by relevance
46 class ColorBufferQueue; variable83 void drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue);84 void drawWorker(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue,85 ColorBufferQueue& sf2hwcQueue, ColorBufferQueue& hwc2sfQueue);
168 class ColorBufferQueue { // Note: we could have called this BufferQueue but there is another class181 ColorBufferQueue() = default;329 void SampleApplication::drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, in drawWorkerWithCompose()330 ColorBufferQueue& sf2appQueue) { in drawWorkerWithCompose()331 ColorBufferQueue::Item appItem = {}; in drawWorkerWithCompose()362 sf2appQueue.queueBuffer(ColorBufferQueue::Item(appItem.colorBuffer, getFenceSync())); in drawWorkerWithCompose()366 void SampleApplication::drawWorker(ColorBufferQueue& app2sfQueue, in drawWorker()367 ColorBufferQueue& sf2appQueue, in drawWorker()368 ColorBufferQueue& sf2hwcQueue, in drawWorker()369 ColorBufferQueue& hwc2sfQueue) { in drawWorker()[all …]