Home | History | Annotate | Download | only in driver

Lines Matching refs:Script

156     const Script *sc = RsdCpuReference::getTlsScript();
165 const Script *sc = RsdCpuReference::getTlsScript();
228 // exposed to the Script. The Element-creation APIs call this function in a
237 // Any new rsObject created from inside a script should have the usrRefCount
312 // Any new rsObject created from inside a script should have the usrRefCount
346 // Any new rsObject created from inside a script should have the usrRefCount
360 // rs_element etc. as a stack-return parameter. The Script uses ARM32 calling
658 Script *s = const_cast<Script*>(RsdCpuReference::getTlsScript());
673 void __attribute__((overloadable)) rsForEach(::rs_script script,
679 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p,
683 void __attribute__((overloadable)) rsForEach(::rs_script script,
688 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
692 void __attribute__((overloadable)) rsForEach(::rs_script script,
696 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
702 void __attribute__((overloadable)) rsForEach(::rs_script script,
708 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
712 void __attribute__((overloadable)) rsForEach(::rs_script script,
719 rsrForEach(rsc, (Script *)script.p, 0, 1, (Allocation **)&in.p, (Allocation *)out.p,
784 const Script *sc = RsdCpuReference::getTlsScript();