Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCreateAllocationsTest.java46 Allocation[] allocArray; in testCreateAllocations() local
47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()
48 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations()
49 for (Allocation a : allocArray) { in testCreateAllocations()
58 Allocation[] allocArray; in testCreateAllocations_USAGE_IO_INPUT() local
60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1); in testCreateAllocations_USAGE_IO_INPUT()
65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()
66 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations_USAGE_IO_INPUT()
67 for (Allocation a : allocArray) { in testCreateAllocations_USAGE_IO_INPUT()
75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties() local
[all …]