HomeSort by relevance Sort by last modified time
    Searched defs:zoff (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 414 int zoff = random.nextInt(height); local
418 int zcount = depth - zoff;
428 alloc.copy3DRangeFrom(xoff, yoff, zoff, xcount, ycount, zcount, (Object)inArray);
429 alloc.copy3DRangeTo(xoff, yoff, zoff, xcount, ycount, zcount, (Object)outArray);
451 int zoff = random.nextInt(height); local
455 int zcount = depth - zoff;
468 alloc.copy3DRangeFrom(xoff, yoff, zoff, xcount, ycount, zcount, (Object)inArray);
469 alloc.copy3DRangeTo(xoff, yoff, zoff, xcount, ycount, zcount, (Object)outArray);
496 int zoff = random.nextInt(height); local
500 int zcount = depth - zoff;
536 int zoff = random.nextInt(height); local
576 int zoff = random.nextInt(height); local
616 int zoff = random.nextInt(height); local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 4913 Int zoff; \/* accumulator offset *\/ local
    [all...]

Completed in 631 milliseconds