Searched refs:inputAlloc (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/test/ |
D | ReferenceConvolve.kt | 52 inputAlloc: Vector2dArray, in convolveOne() 58 var sum = FloatArray(paddedSize(inputAlloc.vectorSize)) in convolveOne() 62 val inputVector = inputAlloc[x + deltaX, y + deltaY] in convolveOne()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 45 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono() local 53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono() 55 sc->forEach_root(inputAlloc, outputAlloc); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
|