Searched refs:renderConfig (Results 1 – 2 of 2) sorted by relevance
115 glu::RenderConfig renderConfig (testContextType); in parseRenderConfig() local117 glu::parseRenderConfig(&renderConfig, parsedCommandLine); in parseRenderConfig()119 return renderConfig; in parseRenderConfig()125 const glu::RenderConfig renderConfig = parseRenderConfig(cmdLineStr); in isRenderConfigSupported() local147 (void)eglu::chooseConfig(egl, display, renderConfig); in isRenderConfigSupported()
158 …y& egl, eglw::EGLDisplay display, eglw::EGLConfig eglConfig, const glu::RenderConfig& renderConfig) in configMatches() argument164 EGLint requiredRenderable = apiRenderableType(renderConfig.type.getAPI()); in configMatches()172 if (renderConfig.surfaceType != (glu::RenderConfig::SurfaceType)glu::RenderConfig::DONT_CARE) in configMatches()177 switch (renderConfig.surfaceType) in configMatches()211 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE) in configMatches()215 if (value != renderConfig.*s_attribs[attribNdx].field) in configMatches()