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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp443 mScratch = new void *[mCtx->getThreadCount()];
444 mScratchSize = new size_t[mCtx->getThreadCount()];
445 memset(mScratch, 0, sizeof(void *) * mCtx->getThreadCount());
446 memset(mScratchSize, 0, sizeof(size_t) * mCtx->getThreadCount());
452 uint32_t threads = mCtx->getThreadCount();
H A DrsCpuIntrinsicHistogram.cpp107 const uint32_t threads = mCtx->getThreadCount();
156 uint32_t threads = mCtx->getThreadCount();
303 mSums = new int[256 * 4 * mCtx->getThreadCount()];
H A DrsCpuCore.h160 uint32_t getThreadCount() const { function in class:android::renderscript::RsdCpuReferenceImpl
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 66 milliseconds