/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 34 RenderScript mRS = createRenderScript(false); in run() local 83 public void testAllocation_Byte3_1D(RenderScript mRS) { in testAllocation_Byte3_1D() 114 public void testAllocation_Byte3_2D(RenderScript mRS) { in testAllocation_Byte3_2D() 146 public void testAllocation_Byte3_3D(RenderScript mRS) { in testAllocation_Byte3_3D() 179 public void testAllocation_Short3_1D(RenderScript mRS) { in testAllocation_Short3_1D() 213 public void testAllocation_Short3_2D(RenderScript mRS) { in testAllocation_Short3_2D() 248 public void testAllocation_Short3_3D(RenderScript mRS) { in testAllocation_Short3_3D() 284 public void testAllocation_Int3_1D(RenderScript mRS) { in testAllocation_Int3_1D() 318 public void testAllocation_Int3_2D(RenderScript mRS) { in testAllocation_Int3_2D() 353 public void testAllocation_Int3_3D(RenderScript mRS) { in testAllocation_Int3_3D() [all …]
|
H A D | UT_alloc_copy.java | 35 RenderScript mRS = createRenderScript(false); in run() local 59 public void allocation_copy1DRangeTo_Byte(RenderScript mRS) { in allocation_copy1DRangeTo_Byte() 98 public void allocation_copy1DRangeTo_Short(RenderScript mRS) { in allocation_copy1DRangeTo_Short() 140 public void allocation_copy1DRangeTo_Int(RenderScript mRS) { in allocation_copy1DRangeTo_Int() 182 public void allocation_copy1DRangeTo_Float(RenderScript mRS) { in allocation_copy1DRangeTo_Float() 224 public void allocation_copy1DRangeTo_Long(RenderScript mRS) { in allocation_copy1DRangeTo_Long() 266 public void allocation_copy2DRangeTo_Byte(RenderScript mRS) { in allocation_copy2DRangeTo_Byte() 301 public void allocation_copy2DRangeTo_Short(RenderScript mRS) { in allocation_copy2DRangeTo_Short() 339 public void allocation_copy2DRangeTo_Int(RenderScript mRS) { in allocation_copy2DRangeTo_Int() 377 public void allocation_copy2DRangeTo_Float(RenderScript mRS) { in allocation_copy2DRangeTo_Float() [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 36 RenderScript mRS = createRenderScript(false); in run() local 85 public void testAllocation_Byte3_1D(RenderScript mRS) { in testAllocation_Byte3_1D() 116 public void testAllocation_Byte3_2D(RenderScript mRS) { in testAllocation_Byte3_2D() 148 public void testAllocation_Byte3_3D(RenderScript mRS) { in testAllocation_Byte3_3D() 181 public void testAllocation_Short3_1D(RenderScript mRS) { in testAllocation_Short3_1D() 215 public void testAllocation_Short3_2D(RenderScript mRS) { in testAllocation_Short3_2D() 250 public void testAllocation_Short3_3D(RenderScript mRS) { in testAllocation_Short3_3D() 286 public void testAllocation_Int3_1D(RenderScript mRS) { in testAllocation_Int3_1D() 320 public void testAllocation_Int3_2D(RenderScript mRS) { in testAllocation_Int3_2D() 355 public void testAllocation_Int3_3D(RenderScript mRS) { in testAllocation_Int3_3D() [all …]
|
H A D | UT_alloc_copy.java | 37 RenderScript mRS = createRenderScript(false); in run() local 61 public void allocation_copy1DRangeTo_Byte(RenderScript mRS) { in allocation_copy1DRangeTo_Byte() 100 public void allocation_copy1DRangeTo_Short(RenderScript mRS) { in allocation_copy1DRangeTo_Short() 142 public void allocation_copy1DRangeTo_Int(RenderScript mRS) { in allocation_copy1DRangeTo_Int() 184 public void allocation_copy1DRangeTo_Float(RenderScript mRS) { in allocation_copy1DRangeTo_Float() 226 public void allocation_copy1DRangeTo_Long(RenderScript mRS) { in allocation_copy1DRangeTo_Long() 268 public void allocation_copy2DRangeTo_Byte(RenderScript mRS) { in allocation_copy2DRangeTo_Byte() 303 public void allocation_copy2DRangeTo_Short(RenderScript mRS) { in allocation_copy2DRangeTo_Short() 341 public void allocation_copy2DRangeTo_Int(RenderScript mRS) { in allocation_copy2DRangeTo_Int() 379 public void allocation_copy2DRangeTo_Float(RenderScript mRS) { in allocation_copy2DRangeTo_Float() [all …]
|
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/ |
H A D | rs_jni_object.cpp | 41 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local 69 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType() local 97 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local 126 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSObjectTest_testClearObjectSampler() local 156 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSObjectTest_testClearObjectScript() local
|
H A D | rs_jni_element.cpp | 37 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSElementTest_testCreatePixel() local 69 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSElementTest_testCreateVector() local 95 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() local 164 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 228 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSElementTest_testElementBuilder() local
|
H A D | rs_jni_type.cpp | 35 static bool testTypeBuilderHelper(const sp<RS> &mRS, sp<const Element> e) { in testTypeBuilderHelper() 66 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSTypeTest_testCreate() local 107 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 174 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSTypeTest_testGet() local
|
H A D | rs_jni_foreach.cpp | 41 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSForEachTest_testForEach() local 284 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 318 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
H A D | rs_jni_script.cpp | 51 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSScriptTest_testSet() local 91 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSScriptTest_testInstance() local 163 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSScriptTest_testVector() local
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 107 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, in nScriptIntrinsicBLAS_Single() 121 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, in nScriptIntrinsicBLAS_Double() 134 nScriptIntrinsicBLAS_Complex(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, in nScriptIntrinsicBLAS_Complex() 147 nScriptIntrinsicBLAS_Z(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, in nScriptIntrinsicBLAS_Z() 161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM() 183 static void validateGEMV(RS* mRS, const sp<const Element>& e, RsBlasTranspose TransA, const sp<Allo… in validateGEMV() 321 static void validateTRMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, RsBlasTranspose Tran… in validateTRMV() 344 static int validateTPMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, RsBlasTranspose Tran… in validateTPMV() 628 static int validateSYMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSYMV() 656 static int validateSPMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSPMV() [all …]
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | RenderScriptTest.java | 29 RenderScript mRS = RenderScript.create(getContext()); in testRenderScript() local 42 RenderScript mRS = RenderScript.create(null); in testAPI() local 47 RenderScript mRS = RenderScript.create(getContext()); in testAPI() local
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Mesh.java | 198 RenderScript mRS; field in Mesh.Builder 419 RenderScript mRS; field in Mesh.AllocationBuilder 572 RenderScript mRS; field in Mesh.TriangleMeshBuilder
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Type.java | 201 public long getDummyType(RenderScript mRS, long eid) { in getDummyType() 285 RenderScript mRS; field in Type.Builder
|
/aosp_15_r20/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
H A D | RSBaseCompute.java | 30 RenderScript mRS; field in RSBaseCompute
|
/aosp_15_r20/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
H A D | LatencyBench.java | 24 private RenderScript mRS; field in LatencyBench
|
H A D | Benchmark.java | 23 private final RenderScript mRS; field in Benchmark
|
/aosp_15_r20/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | ComputeBench.java | 24 private RenderScript mRS; field in ComputeBench
|
H A D | Benchmark.java | 23 private final RenderScript mRS; field in Benchmark
|
/aosp_15_r20/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/ |
H A D | MathErrActivity.java | 27 private RenderScript mRS; field in MathErrActivity
|
H A D | MathErr.java | 25 private RenderScript mRS; field in MathErr
|
/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
H A D | RSBaseCompute.java | 30 RenderScript mRS; field in RSBaseCompute
|
/aosp_15_r20/frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/ |
H A D | ComputePerf.java | 31 private RenderScript mRS; field in ComputePerf
|
H A D | Mandelbrot.java | 23 private RenderScript mRS; field in Mandelbrot
|
H A D | LaunchTest.java | 23 private RenderScript mRS; field in LaunchTest
|
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | TestBase.java | 31 protected RenderScript mRS; field in TestBase
|