Lines Matching refs:sp
14 sp<RS> rs = new RS();
21 sp<const Element> e = Element::RGBA_8888(rs);
27 sp<const Type> t = tb.create();
31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
50 sp<const Element> failed_e = Element::BOOLEAN(rs);
53 sp<const Type> failed_t = failed_tb.create();
54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t);
80 sp<const Element> e = Element::I32(rs);
84 sp<const Type> t = tb.create();
85 sp<Allocation> kern1_in = Allocation::createTyped(rs, t);
86 sp<Allocation> kern1_out = Allocation::createTyped(rs, t);