Home
last modified time | relevance | path

Searched refs:mipCountChanged (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.cpp263 const bool mipCountChanged = (nearMips != ti_.mipCount[0U]) || (farMips != ti_.mipCount[1U]); in PreExecute() local
289 if ((!ti_.mipImages[0U]) || sizeChanged || mipCountChanged) { in PreExecute()