Searched refs:forEachMtlsSetup (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls);
H A DrsCpuScript.h103 void forEachMtlsSetup(const Allocation * ain, Allocation * aout,
107 void forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
H A DrsCpuScriptGroup.cpp199 si->forEachMtlsSetup(ins[ct], outs[ct], NULL, 0, NULL, &mtls);
233 si->forEachMtlsSetup(ins[0], outs[0], NULL, 0, NULL, &mtls);
H A DrsCpuScript.cpp797 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation * ain, Allocation * aout, function in class:android::renderscript::RsdCpuScriptImpl
909 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, function in class:android::renderscript::RsdCpuScriptImpl
1059 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
1077 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls);

Completed in 303 milliseconds