Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameThread.java36 private int mProfileFrames; field in GameThread
82 mProfileFrames++; in run()
84 final long averageFrameTime = mProfileTime / mProfileFrames; in run()
86 … mGameRoot.sSystemRegistry.hudSystem.setFPS((int)(1000 * mProfileFrames / mProfileTime)); in run()
88 mProfileFrames = 0; in run()
DGameRenderer.java48 private int mProfileFrames; field in GameRenderer
244 mProfileFrames++; in onDrawFrame()
246 final int validFrames = mProfileFrames; in onDrawFrame()
260 mProfileFrames = 0; in onDrawFrame()