Home | History | Annotate | Download | only in cppbasic-getpointer

Lines Matching refs:RS

15     sp<RS> rs = new RS();
16 printf("New RS %p\n", rs.get());
19 bool r = rs->init("/system/bin");
22 sp<const Element> e = Element::U32(rs);
25 Type::Builder tb(rs, e);
32 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
35 sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
36 sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
64 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
66 rs->finish();