Home
last modified time | relevance | path

Searched defs:setTexturePoolEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DPlanner.h71 void setTexturePoolEnabled(bool enabled) { mFlattener.setTexturePoolEnabled(enabled); } in setTexturePoolEnabled() function
H A DFlattener.h112 void setTexturePoolEnabled(bool enabled) { mTexturePool.setEnabled(enabled); } in setTexturePoolEnabled() function