Home
last modified time | relevance | path

Searched defs:inputAlloc (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp103 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlurTest_blurTest() local
139 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
184 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
233 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
271 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
319 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
410 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
464 sp<Allocation> inputAlloc = nullptr; in Java_android_cts_rscpp_RSYuvTest_yuvTest() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCreateAllocationsTest.java106 Allocation inputAlloc = Allocation.createTyped(mRS, t, in testMultipleIoReceive_USAGE_IO_INPUT() local