Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp1015 EGLConfig plat_config = plat.config; in GetSurfaceInformation() local
1016 if ((plat_config != EGL_NO_CONFIG_KHR) && (plat_config != config)) { in GetSurfaceInformation()
1017 … PLUGIN_ASSERT_MSG(plat_config == config, "display config and surface config should match!"); in GetSurfaceInformation()
1019 EGLHelpers::DumpEGLConfig(display, plat_config); in GetSurfaceInformation()