Lines Matching defs:Script
48 class Script;
499 sp<const Element> SCRIPT;
565 * specifying that it can be used from a script as well as input to a
673 * from the top level LOD and place them into the script memory space. If
1099 * Utility function for returning an Element containing a single Script.
1103 static sp<const Element> SCRIPT(const sp<RS> &rs);
1696 class Script : public BaseObj {
1700 Script(void *id, sp<RS> rs);
1759 class ScriptC : public Script {
1769 * The parent class for all script intrinsics. Intrinsics provide highly optimized implementations of
1772 class ScriptIntrinsic : public Script {