Home
last modified time | relevance | path

Searched defs:setTexturePoolEnabled (Results 1 – 2 of 2) 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