Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DScriptC_set_target_api_15.java32 public ScriptC_set_target_api_15(RenderScript rs) { in ScriptC_set_target_api_15()
40 public ScriptC_set_target_api_15(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_15()
DScriptC_set_target_api_13.java32 public ScriptC_set_target_api_13(RenderScript rs) { in ScriptC_set_target_api_13()
40 public ScriptC_set_target_api_13(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_13()
DScriptC_set_target_api_18.java32 public ScriptC_set_target_api_18(RenderScript rs) { in ScriptC_set_target_api_18()
40 public ScriptC_set_target_api_18(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_18()
DScriptC_set_target_api_14.java32 public ScriptC_set_target_api_14(RenderScript rs) { in ScriptC_set_target_api_14()
40 public ScriptC_set_target_api_14(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_14()
DScriptC_set_target_api_11.java32 public ScriptC_set_target_api_11(RenderScript rs) { in ScriptC_set_target_api_11()
40 public ScriptC_set_target_api_11(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_11()
DScriptC_set_target_api_19.java32 public ScriptC_set_target_api_19(RenderScript rs) { in ScriptC_set_target_api_19()
40 public ScriptC_set_target_api_19(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_19()
DScriptC_set_target_api_too_high.java32 public ScriptC_set_target_api_too_high(RenderScript rs) { in ScriptC_set_target_api_too_high()
40 public ScriptC_set_target_api_too_high(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_too_high()
DScriptC_set_target_api_12.java32 public ScriptC_set_target_api_12(RenderScript rs) { in ScriptC_set_target_api_12()
40 public ScriptC_set_target_api_12(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_12()
DScriptC_set_target_api_16.java32 public ScriptC_set_target_api_16(RenderScript rs) { in ScriptC_set_target_api_16()
40 public ScriptC_set_target_api_16(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_16()
DScriptC_set_target_api_17.java32 public ScriptC_set_target_api_17(RenderScript rs) { in ScriptC_set_target_api_17()
40 public ScriptC_set_target_api_17(RenderScript rs, Resources resources, int id) { in ScriptC_set_target_api_17()
DScriptC_leak.java32 public ScriptC_leak(RenderScript rs) { in ScriptC_leak()
40 public ScriptC_leak(RenderScript rs, Resources resources, int id) { in ScriptC_leak()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp34 static void createTypedHelper (const sp<RS> &rs, sp<const Element> e) { in createTypedHelper()
61 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSAllocationTest_typedTest() local
125 static sp<const Element> makeElement(const sp<RS> &rs, RsDataType dt, int vecSize) { in makeElement()
145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange, in helperCopy1D()
191 static bool helperFloatAllocationCopy1D(const sp<RS> &rs, int cellCount, int offset, int count) { in helperFloatAllocationCopy1D()
237 static bool helperCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperCopy2D()
278 static bool helperFloatAllocationCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperFloatAllocationCopy2D()
328 static bool helperCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperCopy3D()
381 static bool helperFloatAllocationCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperFloatAllocationCopy3D()
429 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local
[all …]
Drs_jni.cpp53 sp<const Element> makeElement(const sp<RS> &rs, RsDataType dt, int vecSize) { in makeElement()
72 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSInitTest_initTest() local
93 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSBlurTest_blurTest() local
134 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
179 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
222 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
266 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
314 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
402 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDoubleTest.java27 RenderScript rs = RenderScript.create(getContext()); in testDoubleGlobal() local
DRSBaseCompute.java76 protected Element getElement(RenderScript rs, Element.DataType dataType, int size) { in getElement()
111 protected Allocation createRandomAllocation(RenderScript rs, Element.DataType dataType, in createRandomAllocation()
175 protected Allocation createRandomFloatAllocation(RenderScript rs, Element.DataType dataType, in createRandomFloatAllocation()
200 protected Allocation createRandomIntegerAllocation(RenderScript rs, Element.DataType dataType, in createRandomIntegerAllocation()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java46 public static int[] calcHistograms(RenderScript rs, Bitmap bmap) { in calcHistograms()
DAllocationCache.java57 public AllocationCache(RenderScript rs) { in AllocationCache()
DAllocationInfo.java90 RenderScript rs = RenderScriptSingleton.getRS(); in newInstance() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRefocusTest.java60 RenderScript rs = RenderScript.create(ctx); in refocus() local
DRefocusFilter.java46 public RefocusFilter(RenderScript rs) { in RefocusFilter()
/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java425 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DRefocusFilterF32.java55 public RefocusFilterF32(RenderScript rs) { in RefocusFilterF32()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DRefocusFilterd1new.java53 public RefocusFilterd1new(RenderScript rs) { in RefocusFilterd1new()
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp41 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...

12