Searched defs:mRS (Results 1 – 11 of 11) sorted by relevance
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | RenderScriptTest.java | 29 RenderScript mRS = RenderScript.create(getContext()); in testRenderScript() local 40 RenderScript mRS = RenderScript.create(null); in testAPI() local 45 RenderScript mRS = RenderScript.create(getContext()); in testAPI() local
|
| D | GlobalSync.java | 29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) { in setupGlobalSync()
|
| D | VoidPtr.java | 31 protected void setupVoidPtr(RenderScript mRS, ScriptC_void_ptr gs) { in setupVoidPtr()
|
| D | RSBaseCompute.java | 30 RenderScript mRS; field in RSBaseCompute
|
| /cts/tests/tests/rscpp/librscpptest/ |
| D | rs_jni_allocation.cpp | 34 static void createTypedHelper (sp<RS> mRS, sp<const Element> e) { in createTypedHelper() 61 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSAllocationTest_typedTest() local 125 static bool helperFloatCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperFloatCopy() 156 static bool helperCharCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperCharCopy() 187 static bool helperShortCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperShortCopy() 218 static bool helperIntCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperIntCopy() 249 static bool helperDoubleCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperDoubleCopy() 280 static bool helperFloatAllocationCopy(sp<RS> mRS, int nElems, int offset, int count) { in helperFloatAllocationCopy() 319 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local 361 sp<RS> mRS = new RS(); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt() local
|
| /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
| D | RSBaseCompute.java | 30 RenderScript mRS; field in RSBaseCompute
|
| /cts/tests/tests/rscpp/src/android/cts/rscpp/ |
| D | RSCppTest.java | 34 RenderScript mRS; field in RSCppTest
|
| D | RSConvolveTest.java | 105 RenderScript mRS = RenderScript.create(getContext()); in testConvolve5x5() local
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
| D | AllocationCache.java | 45 private final RenderScript mRS; field in AllocationCache
|
| D | Script.java | 182 protected final RenderScript mRS = RenderScriptSingleton.getRS(); field in Script
|
| D | AllocationInfo.java | 42 private final RenderScript mRS = RenderScriptSingleton.getRS(); field in AllocationInfo
|