Searched refs:rstc (Results 1 - 25 of 177) sorted by relevance

12345678

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_atomic.java24 protected UT_atomic(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Atomics", ctx);
H A DUT_clamp.java24 protected UT_clamp(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java24 protected UT_clamp_relaxed(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java24 protected UT_convert(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java24 protected UT_convert_relaxed(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Convert (Relaxed)", ctx);
H A DUT_fp_mad.java24 protected UT_fp_mad(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Fp_Mad", ctx);
H A DUT_int4.java24 protected UT_int4(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "int4", ctx);
H A DUT_math.java24 protected UT_math(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Math", ctx);
H A DUT_min.java24 protected UT_min(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "Min (relaxed)", ctx);
H A DUT_rsdebug.java24 protected UT_rsdebug(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "rsDebug", ctx);
H A DUT_rstypes.java24 protected UT_rstypes(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "rsTypes", ctx);
H A DUT_single_source_ref_count.java24 protected UT_single_source_ref_count(RSTestCore rstc, Context ctx) { argument
25 super(rstc, "SingleSourceRefCount", ctx);
H A DUnitTest.java40 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mRSTC = rstc;
50 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
51 this(rstc, n, 0, ctx);
54 protected UnitTest(RSTestCore rstc, Context ctx) { argument
55 this(rstc, "<Unknown>", ctx);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
39 mRSTC = rstc;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
39 mRSTC = rstc;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
39 mRSTC = rstc;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java40 protected UnitTest(RSoVTestCore rstc, String n, int initResult, Context ctx) { argument
42 mRSTC = rstc;
50 protected UnitTest(RSoVTestCore rstc, String n, Context ctx) { argument
51 this(rstc, n, 0, ctx);
54 protected UnitTest(RSoVTestCore rstc, Context ctx) { argument
55 this(rstc, "<Unknown>", ctx);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
39 mRSTC = rstc;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
H A DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
H A DUT_clamp.java26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert (Relaxed)", ctx);
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
39 mRSTC = rstc;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);

Completed in 161 milliseconds

12345678