Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp317 const auto afterType = view.substr(typeI + type.size()); in FixBindings() local
321 if (!afterType.starts_with(t.name)) { in FixBindings()
326 if (const char ch = afterType[t.name.size()]; in FixBindings()