Home
last modified time | relevance | path

Searched refs:mForEachFunctions (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuExecutable.h80 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()
109 delete[] mForEachFunctions; in ~ScriptExecutable()
141 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; } in getForEachFunction()
192 ForEachFunc_t* mForEachFunctions; variable