HomeSort by relevance Sort by last modified time
    Searched refs:mLayerPool (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/renderstate/
RenderState.h 113 OffscreenBufferPool& layerPool() { return *mLayerPool; }
135 OffscreenBufferPool* mLayerPool = nullptr;
RenderState.cpp 54 if (!mLayerPool) {
55 mLayerPool = new OffscreenBufferPool();
72 mLayerPool->clear();
121 if (mLayerPool) mLayerPool->clear();

Completed in 66 milliseconds