HomeSort by relevance Sort by last modified time
    Searched refs:runForEach (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/
rsScriptC.h 41 void runForEach(Context *rsc,
rsScriptIntrinsic.h 43 void runForEach(Context* rsc,
rsScriptIntrinsic.cpp 58 void ScriptIntrinsic::runForEach(Context* rsc,
rsScript.h 126 virtual void runForEach(Context* rsc,
rsScriptGroup.cpp 365 n->mScript->runForEach(rsc, k->mSlot, NULL, 0, aout, NULL, 0);
369 n->mScript->runForEach(rsc, k->mSlot, ains,
rsScriptC_Lib.cpp 249 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
rsScript.cpp 204 s->runForEach(rsc, slot,
rsScriptC.cpp 179 void ScriptC::runForEach(Context *rsc,
207 ss << "runForEach slot[" << slot << "]";
219 ALOGV("%p ScriptC::runForEach invoking slot %i, ptr %p", rsc, slot, this);

Completed in 3428 milliseconds