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 64 ProfileType Properties::sProfileType = ProfileType::None;
121 sProfileType = ProfileType::None;
124 sProfileType = ProfileType::Bars;
126 sProfileType = ProfileType::Console;
202 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
204 return sProfileType;
Properties.h 304 static ProfileType sProfileType;

Completed in 78 milliseconds