Searched refs:RENDER_TIMES (Results 1 – 2 of 2) sorted by relevance
41 public final static String RENDER_TIMES = "render_times"; field in GLGameActivity83 intent.putExtra(RENDER_TIMES, mRenderTimes); in onCreate()
71 mRenderTimes = data.getDoubleArrayExtra(GLGameActivity.RENDER_TIMES); in onActivityResult()