HomeSort by relevance Sort by last modified time
    Searched refs:mProfileFrames (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameThread.java 36 private int mProfileFrames;
82 mProfileFrames++;
84 final long averageFrameTime = mProfileTime / mProfileFrames;
86 mGameRoot.sSystemRegistry.hudSystem.setFPS((int)(1000 * mProfileFrames / mProfileTime));
88 mProfileFrames = 0;
GameRenderer.java 48 private int mProfileFrames;
244 mProfileFrames++;
246 final int validFrames = mProfileFrames;
260 mProfileFrames = 0;

Completed in 144 milliseconds