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

/frameworks/base/libs/hwui/
H A DAndroid.mk34 renderstate/OffscreenBufferPool.cpp \
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp17 #include "OffscreenBufferPool.h"
115 // OffscreenBufferPool
118 OffscreenBufferPool::OffscreenBufferPool() function in class:android::uirenderer::OffscreenBufferPool
122 OffscreenBufferPool::~OffscreenBufferPool() {
126 int OffscreenBufferPool::Entry::compare(const Entry& lhs, const Entry& rhs) {
133 void OffscreenBufferPool::clear() {
141 OffscreenBuffer* OffscreenBufferPool::get(RenderState& renderState,
163 OffscreenBuffer* OffscreenBufferPool
[all...]
H A DOffscreenBufferPool.h87 class OffscreenBufferPool { class in namespace:android::uirenderer
89 OffscreenBufferPool();
90 ~OffscreenBufferPool();
H A DRenderState.h23 #include "renderstate/OffscreenBufferPool.h"
114 OffscreenBufferPool& layerPool() { return mLayerPool; }
137 OffscreenBufferPool mLayerPool;
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp209 OffscreenBufferPool& layerPool = renderState.layerPool();
/frameworks/base/libs/hwui/tests/unit/
H A DOffscreenBufferPoolTests.cpp19 #include <renderstate/OffscreenBufferPool.h>
60 RENDERTHREAD_TEST(OffscreenBufferPool, construct) {
61 OffscreenBufferPool pool;
68 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, getPutClear) {
69 OffscreenBufferPool pool;
91 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, resize) {
92 OffscreenBufferPool pool;
126 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, putAndDestroy) {
127 OffscreenBufferPool pool;
136 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBufferPool, clea
[all...]

Completed in 104 milliseconds