summaryrefslogtreecommitdiffstats
path: root/libs/gui/tests/CpuConsumer_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libgui: disable CpuConsumer testsJamie Gennis2012-08-311-3/+9
| | | | | | | This change disables the CpuConsumer tests because they require a Gralloc format that is not supported on all devices. Change-Id: Ifaa618062c1dae53d9fcb9e16ba92c480d3dbd0c
* Update ANativeWindow clients for syncJamie Gennis2012-06-201-82/+6
| | | | | | | This change updates the uses of ANativeWindow to use the new ANW functions that accept and return Sync HAL fence file descriptors. Change-Id: I3ca648b6ac33f7360e86754f924aa072f95242f6
* Add a BufferQueue CPU consumer.Eino-Ville Talvala2012-05-141-0/+579
Aimed for use cases where gralloc buffers need to be consumed by CPU users, such as camera image data streams. The CpuConsumer is a synchronous queue, which exposes raw pointers to the underlying graphics buffers to applications. Multiple buffers may be acquired at once, up to the limit set at time of construction. Change-Id: If1d99f12471438e95a69696e40685948778055fd