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

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h68 RsdCpuReferenceImpl* getCpuRefImpl() const { return mCpuRefImpl; } function in class:android::renderscript::CpuScriptGroup2Impl
H A DrsCpuScriptGroup2.cpp391 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(),
394 int optLevel = getCpuRefImpl()->getContext()->getOptLevel();
397 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo();
398 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant();
484 getCpuRefImpl()->getContext()->getDriverName(), cacheDir, resName)) {
538 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl();
547 rsrSetObject(mGroup->getCpuRefImpl()->getContext(),
600 mGroup->getCpuRefImpl()->launchForEach(
632 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls);

Completed in 32 milliseconds