Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.h94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()
125 delete[] mForEachFunctions; in ~ScriptExecutable()
158 ForEachFunc_t getForEachFunction(int slot) const { return mForEachFunctions[slot]; } in getForEachFunction()
213 ForEachFunc_t* mForEachFunctions; variable