Lines Matching refs:mRes

37     private Resources mRes;
55 mRes = res;
60 unitTests.add(new UT_primitives(this, mRes, mCtx));
61 unitTests.add(new UT_constant(this, mRes, mCtx));
62 unitTests.add(new UT_vector(this, mRes, mCtx));
63 unitTests.add(new UT_unsigned(this, mRes, mCtx));
64 unitTests.add(new UT_array_init(this, mRes, mCtx));
65 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
66 unitTests.add(new UT_kernel(this, mRes, mCtx));
67 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
68 unitTests.add(new UT_bug_char(this, mRes, mCtx));
69 unitTests.add(new UT_clamp(this, mRes, mCtx));
70 unitTests.add(new UT_clamp_relaxed(this, mRes, mCtx));
71 unitTests.add(new UT_convert(this, mRes, mCtx));
72 unitTests.add(new UT_convert_relaxed(this, mRes, mCtx));
73 unitTests.add(new UT_copy_test(this, mRes, mCtx));
74 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
75 unitTests.add(new UT_rstime(this, mRes, mCtx));
76 unitTests.add(new UT_rstypes(this, mRes, mCtx));
77 unitTests.add(new UT_alloc(this, mRes, mCtx));
78 unitTests.add(new UT_refcount(this, mRes, mCtx));
79 unitTests.add(new UT_foreach(this, mRes, mCtx));
80 unitTests.add(new UT_foreach_bounds(this, mRes, mCtx));
81 unitTests.add(new UT_noroot(this, mRes, mCtx));
82 unitTests.add(new UT_atomic(this, mRes, mCtx));
83 unitTests.add(new UT_struct(this, mRes, mCtx));
84 unitTests.add(new UT_math(this, mRes, mCtx));
85 unitTests.add(new UT_math_conformance(this, mRes, mCtx));
86 unitTests.add(new UT_math_agree(this, mRes, mCtx));
87 unitTests.add(new UT_min(this, mRes, mCtx));
88 unitTests.add(new UT_int4(this, mRes, mCtx));
89 unitTests.add(new UT_element(this, mRes, mCtx));
90 unitTests.add(new UT_sampler(this, mRes, mCtx));
91 unitTests.add(new UT_fp_mad(this, mRes, mCtx));