Home
last modified time | relevance | path

Searched defs:mRS (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copyPadded.java36 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 …]
DUT_alloc_copy.java37 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 …]
DUT_instance.java39 RenderScript mRS = createRenderScript(false); in run() local
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copyPadded.java34 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 …]
DUT_alloc_copy.java35 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 …]
DUT_instance.java37 RenderScript mRS = createRenderScript(false); in run() local
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
DLatencyBench.java24 private RenderScript mRS; field in LatencyBench
DBenchmark.java23 private final RenderScript mRS; field in Benchmark
/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
DMathErrActivity.java27 private RenderScript mRS; field in MathErrActivity
DMathErr.java25 private RenderScript mRS; field in MathErr
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
DComputeBench.java24 private RenderScript mRS; field in ComputeBench
DBenchmark.java23 private final RenderScript mRS; field in Benchmark
/frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
DComputePerf.java31 private RenderScript mRS; field in ComputePerf
DMandelbrot.java23 private RenderScript mRS; field in Mandelbrot
DLaunchTest.java23 private RenderScript mRS; field in LaunchTest
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DTestBase.java31 protected RenderScript mRS; field in TestBase
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DRSTestView.java52 private RenderScriptGL mRS; field in RSTestView
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
DRSTestView.java52 private RenderScriptGL mRS; field in RSTestView
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DRSTestView.java52 private RenderScriptGL mRS; field in RSTestView
/frameworks/rs/support/java/src/androidx/renderscript/
DBaseObj.java82 RenderScript mRS; field in BaseObj
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp107 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 …]
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
DTestBase.java42 protected RenderScript mRS; field in TestBase
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsView.java49 private RenderScriptGL mRS; field in BallsView
/frameworks/base/rs/java/android/renderscript/
DBaseObj.java84 RenderScript mRS; field in BaseObj
DRSSurfaceView.java39 private RenderScriptGL mRS; field in RSSurfaceView

123