Searched refs:runForEach (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsScriptIntrinsic.h | 43 void runForEach(Context* rsc,
|
D | rsScriptC.h | 41 void runForEach(Context *rsc,
|
D | rsScriptIntrinsic.cpp | 58 void ScriptIntrinsic::runForEach(Context* rsc, in runForEach() function in android::renderscript::ScriptIntrinsic
|
D | rsScript.h | 126 virtual void runForEach(Context* rsc,
|
D | rsScriptGroup.cpp | 345 n->mScript->runForEach(rsc, k->mSlot, NULL, 0, aout, NULL, 0); in execute() 349 n->mScript->runForEach(rsc, k->mSlot, ains, in execute()
|
D | rsScriptC_Lib.cpp | 231 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call); in rsrForEach()
|
D | rsScript.cpp | 201 s->runForEach(rsc, slot, in rsi_ScriptForEachMulti()
|
D | rsScriptC.cpp | 171 void ScriptC::runForEach(Context *rsc, in runForEach() function in ScriptC
|