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 104 int (*mRootExpand)();
114 RootFunc_t mRootExpand;
rsCpuScript.cpp 344 mRootExpand = NULL;
471 mRootExpand =
494 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");
495 if (mRootExpand) {
496 //ALOGE("Found root.expand(): %p", mRootExpand);
718 if (mRootExpand) {
719 script->mHal.info.root = mRootExpand;
732 if (mRootExpand) {
733 script->mHal.info.root = mRootExpand;
    [all...]

Completed in 37 milliseconds