HomeSort by relevance Sort by last modified time
    Searched refs:sProfileType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Properties.cpp 51 ProfileType Properties::sProfileType = ProfileType::None;
113 sProfileType = ProfileType::None;
116 sProfileType = ProfileType::Bars;
118 sProfileType = ProfileType::Console;
183 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
185 return sProfileType;
Properties.h 277 static ProfileType sProfileType;

Completed in 4293 milliseconds