HomeSort by relevance Sort by last modified time
    Searched refs:mRootExpand (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScript.h 98 int (*mRootExpand)();
108 RootFunc_t mRootExpand;
rsCpuScript.cpp 95 mRootExpand = NULL;
167 mRootExpand =
221 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");
222 if (mRootExpand) {
223 //ALOGE("Found root.expand(): %p", mRootExpand);
442 if (mRootExpand) {
443 script->mHal.info.root = mRootExpand;
456 if (mRootExpand) {
457 script->mHal.info.root = mRootExpand;

Completed in 51 milliseconds