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

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSUtils.java 28 public class RSUtils {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 28 public class RSUtils {
RsPackColorTo8888Test.java 75 RSUtils.genRandom(seed, 1, 0, inArray, 4, 1);
78 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut);
102 RSUtils.genRandom(seed, 1, 0, inArray);
105 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut);
AllocationResize.java 52 RSUtils.forEach(this, 0, mIn, mOut);
InitTest.java 49 RSUtils.forEach(this, 0, mIn, mOut);
GetElementAt.java 65 RSUtils.forEach(this, TEST_ID_X, mOut);
86 RSUtils.forEach(this, TEST_ID_XY, mOut);
RsUnpackColor8888Test.java 47 RSUtils.forEach(this, 0, mAllocationIn, mAllocationOut);
RSBaseCompute.java 100 RSUtils.forEach(this, testid, mAllocationIn, mAllocationOut);
177 RSUtils.genRandom(seed, fact, offset, inArray, rStride, rSkip);
ClearObjectTest.java 69 RSUtils.forEach(this, TEST_ID_ELEMENT, mIn, mOut);
86 RSUtils.forEach(this, TEST_ID_TYPE, mIn, mOut);
102 RSUtils.forEach(this, TEST_ID_ALLOCATION, mIn, mOut);
118 RSUtils.forEach(this, TEST_ID_SAMPLER, mIn, mOut);
134 RSUtils.forEach(this, TEST_ID_SCRIPT, mIn, mOut);
PowTest.java 92 RSUtils.genRandom(seed, 32, -16, inArray, rStride, rSkip);
PowrTest.java 92 RSUtils.genRandom(seed, 64, 0, inArray, rStride, rSkip);

Completed in 596 milliseconds