Searched refs:pEnableStepOpt (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h30 bool pEnableStepOpt);
/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 1090 milliseconds