Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DPlanner.h70 void setTexturePoolEnabled(bool enabled) { mFlattener.setTexturePoolEnabled(enabled); } in setTexturePoolEnabled() function
H A DFlattener.h104 void setTexturePoolEnabled(bool enabled) { mTexturePool.setEnabled(enabled); } in setTexturePoolEnabled() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp151 mPlanner->setTexturePoolEnabled(enabled); in setLayerCachingTexturePoolEnabled()