Searched refs:rstc (Results 26 - 50 of 90) sorted by relevance

1234

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_math_conformance.java26 protected UT_math_conformance(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math Conformance", ctx);
H A DUT_min.java26 protected UT_min(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Min (relaxed)", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
H A DUT_static_globals.java26 protected UT_static_globals(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Static Globals", ctx);
H A DUT_unsigned.java26 protected UT_unsigned(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Unsigned", ctx);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_unsigned.java26 protected UT_unsigned(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Unsigned", ctx);
H A DUT_array_alloc.java26 protected UT_array_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Allocation", ctx);
H A DUT_constant.java26 protected UT_constant(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Const", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_foreach_bounds.java27 protected UT_foreach_bounds(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (bounds)", ctx);
H A DUT_kernel.java29 protected UT_kernel(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (pass-by-value)", ctx);
H A DUT_kernel_struct.java29 protected UT_kernel_struct(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (struct pass-by-value)", ctx);
H A DUT_noroot.java27 protected UT_noroot(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (no root)", ctx);

Completed in 76 milliseconds

1234