Searched refs:mLoops (Results 1 – 2 of 2) sorted by relevance
51 private int mLoops = 0; field in RsBenchView61 Log.v("RsBenchView", "mLoops = " + mLoops); in surfaceChanged()62 mRender.init(mRS, getResources(), w, h, mLoops); in surfaceChanged()98 mLoops = iterations; in setLoops()
57 int mLoops; field in RsBenchRS75 mLoops = loops; in init()190 if (mLoops > 0) {192 mCurrentLoop = mCurrentLoop % mLoops;665 mScript.set_gMaxLoops(mLoops); in initRS()