HomeSort by relevance Sort by last modified time
    Searched refs:runForEach (Results 1 - 10 of 10) 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 345 n->mScript->runForEach(rsc, k->mSlot, NULL, 0, aout, NULL, 0);
349 n->mScript->runForEach(rsc, k->mSlot, ains,
rsScript.cpp 201 s->runForEach(rsc, slot,
rsScriptC.cpp 171 void ScriptC::runForEach(Context *rsc,
190 ss << "runForEach slot[" << slot << "]";
203 ALOGV("%p ScriptC::runForEach invoking slot %i, ptr %p", rsc, slot, this);
rsScriptC_Lib.cpp 231 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
  /frameworks/rs/rsov/driver/
rsovScript.h 114 void runForEach(uint32_t slot, uint32_t inLen,
rsovScript.cpp 230 runForEach(slot, inLen, inputAllocations, outputAllocation);
555 void RSoVScript::runForEach(

Completed in 352 milliseconds