Lines Matching refs:sc
35 sp<ScriptC_mono> sc = new ScriptC_mono(rs); in test_compute() local
38 sc->set_alloc(a1); in test_compute()
39 sc->set_elem(e); in test_compute()
40 sc->set_type(t); in test_compute()
41 sc->set_script(sc); in test_compute()
42 sc->set_script(nullptr); in test_compute()
44 sc->set_sampler(samp); in test_compute()
54 sc->bind_failed(failed_alloc); in test_compute()
63 sc->forEach_root(ain, aout); in test_compute()
65 sc->invoke_foo(99, 3.1f); in test_compute()
66 sc->set_g_f(39.9f); in test_compute()
67 sc->set_g_i(-14); in test_compute()
68 sc->invoke_foo(99, 3.1f); in test_compute()
71 sc->invoke_bar(47, -3, 'c', -7, 14, -8); in test_compute()
92 sc->forEach_kern1(kern1_in, kern1_out); in test_compute()
93 sc->forEach_verify_kern1(kern1_out); in test_compute()