Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRenderScriptTest.java29 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
DGlobalSync.java29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) { in setupGlobalSync()
DVoidPtr.java31 protected void setupVoidPtr(RenderScript mRS, ScriptC_void_ptr gs) { in setupVoidPtr()
DRSBaseCompute.java30 RenderScript mRS; field in RSBaseCompute
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp34 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/
DRSBaseCompute.java30 RenderScript mRS; field in RSBaseCompute
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java34 RenderScript mRS; field in RSCppTest
DRSConvolveTest.java105 RenderScript mRS = RenderScript.create(getContext()); in testConvolve5x5() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DAllocationCache.java45 private final RenderScript mRS; field in AllocationCache
DScript.java182 protected final RenderScript mRS = RenderScriptSingleton.getRS(); field in Script
DAllocationInfo.java42 private final RenderScript mRS = RenderScriptSingleton.getRS(); field in AllocationInfo