Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h131 static int ChooseGlesVersion(const EGLint *attribList);
H A Degl_wrapper_display.cpp405 int EglWrapperDisplay::ChooseGlesVersion(const EGLint *attribList) in ChooseGlesVersion() function in OHOS::EglWrapperDisplay
442 return new EglWrapperContext(this, context, ChooseGlesVersion(attribList)); in CreateEglContext()