Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp420 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject() local
515 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()
516 if (forEachFunctions == nullptr) { in createFromSharedObject()
541 forEachFunctions[i] = in createFromSharedObject()
543 if (i != 0 && forEachFunctions[i] == nullptr && in createFromSharedObject()
804 forEachFunctions, forEachSignatures, forEachCount, in createFromSharedObject()
833 delete[] forEachFunctions; in createFromSharedObject()
DrsCpuExecutable.h82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable() argument
94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()