Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_back_buffer.cpp48 …geDesc& dstImageDesc, const RenderPostProcessConfiguration& currentRenderPostProcessConfiguration_) in FillPushConstant() argument
59 pushData.flags = currentRenderPostProcessConfiguration_.flags; in FillPushConstant()
60 …pushData.tonemap = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX_… in FillPushConstant()
61 …pushData.vignette = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX… in FillPushConstant()
62 …pushData.colorFringe = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::IN… in FillPushConstant()
63 …pushData.dither = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX_D… in FillPushConstant()
133 FillPushConstant(dstImageDesc, currentRenderPostProcessConfiguration_); in ExecuteFrame()
154 currentRenderPostProcessConfiguration_ = renderPostProcessConfiguration; in CheckForPsoSpecilization()
H A Drender_node_back_buffer.h88 RenderPostProcessConfiguration currentRenderPostProcessConfiguration_; variable