Home
last modified time | relevance | path

Searched refs:mFlashToggle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDrawProfiler.cpp70 , mFlashToggle(false) { in DrawProfiler()
129 mFlashToggle = !mFlashToggle; in draw()
130 if (mFlashToggle) { in draw()
DDrawProfiler.h94 bool mFlashToggle; variable