/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | ScriptC_set_target_api_13.java | 32 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()
|
D | ScriptC_set_target_api_16.java | 32 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()
|
D | ScriptC_set_target_api_14.java | 32 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()
|
D | ScriptC_set_target_api_15.java | 32 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()
|
D | ScriptC_set_target_api_11.java | 32 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()
|
D | ScriptC_set_target_api_12.java | 32 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()
|
D | ScriptC_set_target_api_too_high.java | 32 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()
|
D | ScriptC_set_target_api_19.java | 32 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()
|
D | ScriptC_set_target_api_18.java | 32 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()
|
D | ScriptC_set_target_api_17.java | 32 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()
|
D | ScriptC_leak.java | 32 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/ |
D | rs_jni_allocation.cpp | 34 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 …]
|
D | rs_jni.cpp | 53 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/ |
D | DoubleTest.java | 27 RenderScript rs = RenderScript.create(getContext()); in testDoubleGlobal() local
|
D | RSBaseCompute.java | 76 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/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | RefocusTest.java | 60 RenderScript rs = RenderScript.create(ctx); in refocus() local
|
D | RefocusFilter.java | 46 public RefocusFilter(RenderScript rs) { in RefocusFilter()
|
/cts/tests/tests/ndef/src/android/ndef/cts/ |
D | NdefTest.java | 425 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationCache.java | 57 public AllocationCache(RenderScript rs) { in AllocationCache()
|
D | BitmapUtils.java | 41 public static int[] calcHistograms(RenderScript rs, Bitmap bmap) { in calcHistograms()
|
D | AllocationInfo.java | 90 RenderScript rs = RenderScriptSingleton.getRS(); in newInstance() local
|
D | RawConverter.java | 279 public static void convertToSRGB(RenderScript rs, int inputWidth, int inputHeight, in convertToSRGB() 308 private static void convertToSRGB(RenderScript rs, int inputWidth, int inputHeight, in convertToSRGB() 479 private static Allocation createFloat4Allocation(RenderScript rs, float[] fArray, in createFloat4Allocation()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
D | RefocusFilterF32.java | 55 public RefocusFilterF32(RenderScript rs) { in RefocusFilterF32()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
D | RefocusFilterd1new.java | 53 public RefocusFilterd1new(RenderScript rs) { in RefocusFilterd1new()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 41 static void Dealloc(T* t, Rest... rs) { in Dealloc()
|