HomeSort by relevance Sort by last modified time
    Searched full:createallocations (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 39 return Allocation.createAllocations(mRS, t, usage, numAlloc);
105 Allocation[] allocArray = Allocation.createAllocations(mRS, t, usage, numAlloc);
IntrinsicHistogram.java 37 private void createAllocations(int inVSize, int outVSize, int w, int h) {
63 createAllocations(inVSize, outVSize, w, h);
186 createAllocations(inVSize, 1, w, h);
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 130 return Allocation.createAllocations(mRS, Type.createXY(mRS,
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]

Completed in 232 milliseconds