Searched defs:sProfileType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DProperties.cpp64 ProfileType Properties::sProfileType = ProfileType::None; member in class:android::uirenderer::Properties
124 sProfileType = ProfileType::None;
127 sProfileType = ProfileType::Bars;
129 sProfileType = ProfileType::Console;
205 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
207 return sProfileType;
H A DProperties.h333 static ProfileType sProfileType; member in class:android::uirenderer::RenderPipelineType::Properties

Completed in 216 milliseconds