Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp49 static int sFrameCount = 0; variable
700 if (sFrameCount) { in draw()
705 if (++sFrameCount == 10) { in draw()
706 sFrameCount = 1; in draw()