Lines Matching refs:add

67         unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_constant(this, mRes, mCtx));
69 unitTests.add(new UT_vector(this, mRes, mCtx));
70 unitTests.add(new UT_unsigned(this, mRes, mCtx));
71 unitTests.add(new UT_array_init(this, mRes, mCtx));
72 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_kernel(this, mRes, mCtx));
74 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
75 unitTests.add(new UT_bug_char(this, mRes, mCtx));
76 unitTests.add(new UT_clamp(this, mRes, mCtx));
77 unitTests.add(new UT_clamp_relaxed(this, mRes, mCtx));
78 unitTests.add(new UT_convert(this, mRes, mCtx));
79 unitTests.add(new UT_convert_relaxed(this, mRes, mCtx));
80 unitTests.add(new UT_copy_test(this, mRes, mCtx));
81 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
82 unitTests.add(new UT_rstime(this, mRes, mCtx));
83 unitTests.add(new UT_rstypes(this, mRes, mCtx));
84 unitTests.add(new UT_alloc(this, mRes, mCtx));
85 unitTests.add(new UT_refcount(this, mRes, mCtx));
86 unitTests.add(new UT_foreach(this, mRes, mCtx));
87 unitTests.add(new UT_noroot(this, mRes, mCtx));
88 unitTests.add(new UT_atomic(this, mRes, mCtx));
89 unitTests.add(new UT_struct(this, mRes, mCtx));
90 unitTests.add(new UT_math(this, mRes, mCtx));
91 unitTests.add(new UT_math_conformance(this, mRes, mCtx));
92 unitTests.add(new UT_math_agree(this, mRes, mCtx));
93 unitTests.add(new UT_min(this, mRes, mCtx));
94 unitTests.add(new UT_int4(this, mRes, mCtx));
95 unitTests.add(new UT_element(this, mRes, mCtx));
96 unitTests.add(new UT_sampler(this, mRes, mCtx));
97 unitTests.add(new UT_program_store(this, mRes, mCtx));
98 unitTests.add(new UT_program_raster(this, mRes, mCtx));
99 unitTests.add(new UT_mesh(this, mRes, mCtx));
100 unitTests.add(new UT_fp_mad(this, mRes, mCtx));
103 unitTests.add(new UnitTest(null, "<Pass>", 1));
104 unitTests.add(new UnitTest());
105 unitTests.add(new UnitTest(null, "<Fail>", -1));
108 unitTests.add(new UnitTest(null, "<Pass>", 1));