Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.h70 …BASE_NS::string cextensions_; // list of client extensions (null terminat… variable
H A Degl_state.cpp481 cextensions_ = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in HandleExtensions()
483 PLUGIN_LOG_D("\t%-32s: %s", "EGL_EXTENSIONS (CLIENT)", cextensions_.c_str()); in HandleExtensions()
484 ParseExtensions(cextensions_, cextensionList_); in HandleExtensions()