Lines Matching defs:SCRIPT
44 class Script;
215 sp<const Element> SCRIPT;
280 * specifying that it can be used from a script as well as input to a
348 * from the top level LOD and place them into the script memory space. If
747 * Utility function for returning an Element containing a single Script.
751 static sp<const Element> SCRIPT(sp<RS> rs);
1314 class Script : public BaseObj {
1318 Script(void *id, sp<RS> rs);
1374 class ScriptC : public Script {
1384 * The parent class for all script intrinsics. Intrinsics provide highly optimized implementations of
1387 class ScriptIntrinsic : public Script {