Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp632 auto minorS = version.substr(dot + 1); in VerifyVersion() local
633 fail = (stringToUInt(minorS, glMinor)) ? fail : false; in VerifyVersion()
698 auto minorS = version.substr(dot + 1, space - (dot + 1)); in CreateContext() local
699 if (!stringToUInt(minorS, minor)) { in CreateContext()