Searched refs:OffscreenBufferPool (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DOffscreenBufferPoolTests.cpp19 #include <renderstate/OffscreenBufferPool.h>
71 RENDERTHREAD_TEST(OffscreenBufferPool, construct) {
72 OffscreenBufferPool pool;
79 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, getPutClear) {
80 OffscreenBufferPool pool;
102 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, getPutClearWideColorGamut) {
103 OffscreenBufferPool pool;
143 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, resize) {
144 OffscreenBufferPool pool;
178 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, resizeWideColorGamu
[all...]
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp17 #include "OffscreenBufferPool.h"
116 // OffscreenBufferPool
119 OffscreenBufferPool::OffscreenBufferPool() function in class:android::uirenderer::OffscreenBufferPool
123 OffscreenBufferPool::~OffscreenBufferPool() {
127 int OffscreenBufferPool::Entry::compare(const Entry& lhs, const Entry& rhs) {
137 void OffscreenBufferPool::clear() {
145 OffscreenBuffer* OffscreenBufferPool::get(RenderState& renderState, const uint32_t width,
168 OffscreenBuffer* OffscreenBufferPool
[all...]
H A DOffscreenBufferPool.h89 class OffscreenBufferPool { class in namespace:android::uirenderer
91 OffscreenBufferPool();
92 ~OffscreenBufferPool();
H A DRenderState.h23 #include "renderstate/OffscreenBufferPool.h"
113 OffscreenBufferPool& layerPool() { return *mLayerPool; }
135 OffscreenBufferPool* mLayerPool = nullptr;
H A DRenderState.cpp55 mLayerPool = new OffscreenBufferPool();
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp210 OffscreenBufferPool& layerPool = renderState.layerPool();

Completed in 1149 milliseconds