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()80 mLoops = iterations; in setLoops()
48 int mLoops; field in RsBenchRS63 mLoops = loops; in init()187 if (mLoops > 0) {189 mCurrentLoop = mCurrentLoop % mLoops;280 mScript.set_gMaxLoops(mLoops); in initRS()