Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp434 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject() local
529 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()
530 if (forEachFunctions == nullptr) { in createFromSharedObject()
555 forEachFunctions[i] = in createFromSharedObject()
557 if (i != 0 && forEachFunctions[i] == nullptr && in createFromSharedObject()
818 forEachFunctions, forEachSignatures, forEachCount, in createFromSharedObject()
847 delete[] forEachFunctions; in createFromSharedObject()
DrsCpuExecutable.h82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable() argument
94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()