Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp244 mRootExpand = nullptr; in RsdCpuScriptImpl()
271 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand"); in storeRSInfoFromSO()
272 if (mRootExpand) { in storeRSInfoFromSO()
507 if (mRootExpand) { in populateScript()
508 script->mHal.info.root = mRootExpand; in populateScript()
DrsCpuScript.h124 RootFunc_t mRootExpand; variable