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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp56 static int sFrameCount = 0; variable
531 if (sFrameCount) {
536 if (++sFrameCount == 10) {
537 sFrameCount = 1;

Completed in 52 milliseconds