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()
98 mLoops = iterations; in setLoops()
DRsBenchRS.java57 int mLoops; field in RsBenchRS
75 mLoops = loops; in init()
190 if (mLoops > 0) {
192 mCurrentLoop = mCurrentLoop % mLoops;
665 mScript.set_gMaxLoops(mLoops); in initRS()