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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 28 createRSForEachExpandPass(bool pEnableStepOpt);
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 365 bool pEnableStepOpt = true;
366 pPM.add(createRSForEachExpandPass(pEnableStepOpt));
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 431 RSForEachExpandPass(bool pEnableStepOpt = true)
433 mEnableStepOpt(pEnableStepOpt) {
    [all...]

Completed in 65 milliseconds