Searched refs:plat_config (Results 1 – 1 of 1) sorted by relevance
1015 EGLConfig plat_config = plat.config; in GetSurfaceInformation() local1016 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()