Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp33 static constexpr const char *VERSION_VALUE_1_4 = "1.4 OpenHarmony EGL"; variable
82 versionValue_ = (*major == 1 && *minor == 5) ? VERSION_VALUE_1_5 : VERSION_VALUE_1_4; in UpdateQueryValue()