Home
last modified time | relevance | path

Searched refs:numAlloc (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() argument
39 return Allocation.createAllocations(mRS, t, usage, numAlloc); in createAllocationsHelper()
45 int numAlloc = MAX_NUM_IO_ALLOC + 1; in testCreateAllocations() local
47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()
57 int numAlloc = MAX_NUM_IO_ALLOC + 1; in testCreateAllocations_USAGE_IO_INPUT() local
64 numAlloc = 10; in testCreateAllocations_USAGE_IO_INPUT()
65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()
73 int numAlloc = 10; in testGetProperties() local
75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties()
81 for (int i=1; i<numAlloc; i++) { in testGetProperties()
[all …]