Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchView.java51 private int mLoops = 0; field in RsBenchView
61 Log.v("RsBenchView", "mLoops = " + mLoops); in surfaceChanged()
62 mRender.init(mRS, getResources(), w, h, mLoops); in surfaceChanged()
80 mLoops = iterations; in setLoops()
DRsBenchRS.java48 int mLoops; field in RsBenchRS
63 mLoops = loops; in init()
187 if (mLoops > 0) {
189 mCurrentLoop = mCurrentLoop % mLoops;
280 mScript.set_gMaxLoops(mLoops); in initRS()