Home
last modified time | relevance | path

Searched refs:createAllocations (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java37 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations() method in IntrinsicHistogram
63 createAllocations(inVSize, outVSize, w, h); in testNorm()
186 createAllocations(inVSize, 1, w, h); in testDot()
DAllocationCreateAllocationsTest.java39 return Allocation.createAllocations(mRS, t, usage, numAlloc); in createAllocationsHelper()
105 Allocation[] allocArray = Allocation.createAllocations(mRS, t, usage, numAlloc); in testMultipleIoReceive_USAGE_IO_INPUT()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfacePixelValidator.java131 return Allocation.createAllocations(mRS, Type.createXY(mRS, in createBufferQueueAllocation()