Searched refs:mCurrentCount (Results 1 - 5 of 5) sorted by path

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java75 int mCurrentCount; field in class:Allocation
291 mCurrentCount = mCurrentDimX;
293 mCurrentCount *= mCurrentDimY;
296 mCurrentCount *= mCurrentDimZ;
513 if (d.length != mCurrentCount) {
515 mCurrentCount + ", array length = " + d.length);
523 copy1DRangeFromUnchecked(0, mCurrentCount, i);
529 copy1DRangeFromUnchecked(0, mCurrentCount, i);
597 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen);
829 if((off + count) > mCurrentCount) {
[all...]
H A DAllocationAdapter.java117 mCurrentCount = mCurrentDimX;
119 mCurrentCount *= mCurrentDimY;
122 mCurrentCount *= mCurrentDimZ;
/frameworks/rs/cpp/
H A DAllocation.cpp31 mCurrentCount = mCurrentDimX;
33 mCurrentCount *= mCurrentDimY;
36 mCurrentCount *= mCurrentDimZ;
200 if((off + count) > mCurrentCount) {
201 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off);
215 if((off + count) > mCurrentCount) {
216 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off);
235 copy1DRangeFrom(0, mCurrentCount, data);
239 copy1DRangeTo(0, mCurrentCount, data);
H A DrsCppStructs.h314 uint32_t mCurrentCount; member in class:android::RSC::Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java80 int mCurrentCount; field in class:Allocation
208 mCurrentCount = mCurrentDimX;
210 mCurrentCount *= mCurrentDimY;
213 mCurrentCount *= mCurrentDimZ;
386 if (d.length != mCurrentCount) {
388 mCurrentCount + ", array length = " + d.length);
394 copy1DRangeFromUnchecked(0, mCurrentCount, i);
466 copy1DRangeFromUnchecked(0, mCurrentCount, d);
483 copy1DRangeFromUnchecked(0, mCurrentCount, d);
500 copy1DRangeFromUnchecked(0, mCurrentCount,
[all...]

Completed in 173 milliseconds