Home | History | Annotate | Download | only in renderscript

Lines Matching refs:mCurrentCount

82     int mCurrentCount;
369 mCurrentCount = mCurrentDimX;
371 mCurrentCount *= mCurrentDimY;
374 mCurrentCount *= mCurrentDimZ;
609 if (d.length != mCurrentCount) {
611 mCurrentCount + ", array length = " + d.length);
619 copy1DRangeFromUnchecked(0, mCurrentCount, i);
625 copy1DRangeFromUnchecked(0, mCurrentCount, i);
696 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen);
1108 if((off + count) > mCurrentCount) {
1109 throw new RSIllegalArgumentException("Overflow, Available count " + mCurrentCount +