Searched refs:cellCount (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange, in helperCopy1D() argument 148 int arrLen = cellCount; in helperCopy1D() 154 arrLen = cellCount * 3; in helperCopy1D() 157 alloc = Allocation::createSized(rs, makeElement(rs, dt, 3), cellCount); in helperCopy1D() 160 alloc = Allocation::createSized(rs, makeElement(rs, dt, 1), cellCount); in helperCopy1D() 191 static bool helperFloatAllocationCopy1D(const sp<RS> &rs, int cellCount, int offset, int count) { in helperFloatAllocationCopy1D() argument 194 sp<Allocation> srcA = Allocation::createSized(rs, Element::F32(rs), cellCount); in helperFloatAllocationCopy1D() 195 sp<Allocation> dstA = Allocation::createSized(rs, Element::F32(rs), cellCount); in helperFloatAllocationCopy1D() 198 src = new float[cellCount]; in helperFloatAllocationCopy1D() 199 dst = new float[cellCount]; in helperFloatAllocationCopy1D() [all …]
|