Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1005 uint32_t maxB = 0; in SetupCache() local
1010 maxB = static_cast<uint32_t>(s.bindings.size()); in SetupCache()
1016 maxB = Math::max(maxB, bind.binding); in SetupCache()
1018 maxB += 1U; // zero based bindings.. in SetupCache()
1020 if (boundObjects_[set].resources.size() != maxB) { in SetupCache()
1027 boundObjects_[set].resources.resize(maxB); in SetupCache()