Home
last modified time | relevance | path

Searched refs:postProcessNeeded (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp350 const bool postProcessNeeded = (ppConfig_.enableFlags != 0); in PreExecute() local
353 if (postProcessNeeded && (!sameInputOutput)) { in PreExecute()
381 if (postProcessNeeded && (!sameInputOutput)) { in PreExecute()
456 const bool postProcessNeeded = (ppConfig_.enableFlags != 0); in Execute() local
460 if (postProcessNeeded && sameInputOutput) { in Execute()
467 if (postProcessNeeded && (!sameInputOutput)) { in Execute()
498 if ((!postProcessNeeded) && (!sameInputOutput)) { in Execute()