Searched refs:createAllocations (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 37 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()
|
D | AllocationCreateAllocationsTest.java | 39 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/ |
D | SurfacePixelValidator.java | 131 return Allocation.createAllocations(mRS, Type.createXY(mRS, in createBufferQueueAllocation()
|