Lines Matching refs:sc
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs); in test_compute() local
41 sc->set_alloc(a1); in test_compute()
42 sc->set_elem(e); in test_compute()
43 sc->set_type(t); in test_compute()
44 sc->set_script(sc); in test_compute()
45 sc->set_script(nullptr); in test_compute()
47 sc->set_sampler(samp); in test_compute()
57 sc->bind_failed(failed_alloc); in test_compute()
66 sc->forEach_root(ain, aout); in test_compute()
68 sc->invoke_foo(99, 3.1f); in test_compute()
69 sc->set_g_f(39.9f); in test_compute()
70 sc->set_g_i(-14); in test_compute()
71 sc->invoke_foo(99, 3.1f); in test_compute()
74 sc->invoke_bar(47, -3, 'c', -7, 14, -8); in test_compute()
95 sc->forEach_kern1(kern1_in, kern1_out); in test_compute()
96 sc->forEach_verify_kern1(kern1_out); in test_compute()