Searched refs:mInForEach (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h192 virtual bool getInForEach() { return mInForEach; }
199 bool mInForEach; member in class:android::renderscript::RsdCpuReferenceImpl
H A DrsCpuCore.cpp115 mInForEach = false;
415 if ((mWorkers.mCount >= 1) && mtls->isThreadable && !mInForEach) {
417 mInForEach = true;
456 mInForEach = false;
487 if ((mWorkers.mCount >= 1) && mtls->isThreadable && !mInForEach) {
489 mInForEach = true;
528 mInForEach = false;

Completed in 29 milliseconds