Searched defs:pEnableStepOpt (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp103 bool pEnableStepOpt = true; local
105 pEnableStepOpt));
H A DRSForEachExpand.cpp283 bool pEnableStepOpt)
285 mEnableStepOpt(pEnableStepOpt) {
721 bool pEnableStepOpt){
722 return new RSForEachExpandPass(pForeachFuncs, pEnableStepOpt);
282 RSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs, bool pEnableStepOpt) argument
720 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs, bool pEnableStepOpt) argument

Completed in 64 milliseconds