Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp435 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject() local
530 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()
531 if (forEachFunctions == nullptr) { in createFromSharedObject()
556 forEachFunctions[i] = in createFromSharedObject()
558 if (i != 0 && forEachFunctions[i] == nullptr && in createFromSharedObject()
819 forEachFunctions, forEachSignatures, forEachCount, in createFromSharedObject()
848 delete[] forEachFunctions; in createFromSharedObject()
DrsCpuExecutable.h82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable() argument
94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()