Home
last modified time | relevance | path

Searched refs:setTexturePoolEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPlanner.h71 void setTexturePoolEnabled(bool enabled) { mFlattener.setTexturePoolEnabled(enabled); } in setTexturePoolEnabled() function
DFlattener.h112 void setTexturePoolEnabled(bool enabled) { mTexturePool.setEnabled(enabled); } in setTexturePoolEnabled() function
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp166 mPlanner->setTexturePoolEnabled(enabled); in setLayerCachingTexturePoolEnabled()