summaryrefslogtreecommitdiffstats
path: root/libs/hwui/RenderBufferCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Add overrides and switch to nullptr keywordChris Craik2014-12-221-2/+2
| | | | | | | | Changes generated with clang-modernize. Additionally, fixed some struct-vs-class usage to make clang happy. Change-Id: Ic6ef2427401ff1e794d26f21f7b44868fc75fb72
* Add a render buffer cache to reuse stencil buffersRomain Guy2013-02-131-0/+130
Bug #7146141 This new cache is used in a similar way to LayerCache. It helps reuse already allocated stencil buffers and thus avoid churning memory on every frame. Change-Id: I19551d72da52c40039e65904563600e492c8b193