Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSampleApplication.h46 class ColorBufferQueue; variable
83 void drawWorkerWithCompose(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue);
84 void drawWorker(ColorBufferQueue& app2sfQueue, ColorBufferQueue& sf2appQueue,
85 ColorBufferQueue& sf2hwcQueue, ColorBufferQueue& hwc2sfQueue);
DSampleApplication.cpp168 class ColorBufferQueue { // Note: we could have called this BufferQueue but there is another class
181 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 …]