Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.h93 mInvokeFunctions(invokeFunctions), mFuncCount(funcCount), in ScriptExecutable()
127 delete[] mInvokeFunctions; in ~ScriptExecutable()
156 InvokeFunc_t getInvokeFunction(int slot) const { return mInvokeFunctions[slot]; } in getInvokeFunction()
210 InvokeFunc_t* mInvokeFunctions; variable