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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp58 static int sFrameCount = 0; variable
472 if (sFrameCount) {
477 if (++sFrameCount == 10) {
478 sFrameCount = 1;

Completed in 27 milliseconds