Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCreateAllocationsTest.java36 Allocation[] createAllocationsHelper(int usage, int numAlloc) { in createAllocationsHelper() method in AllocationCreateAllocationsTest
47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()
60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1); in testCreateAllocations_USAGE_IO_INPUT()
65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()
75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties()