Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLUtil.cpp197 } s_attribs[] = in configMatches() local
209 for (int attribNdx = 0; attribNdx < DE_LENGTH_OF_ARRAY(s_attribs); attribNdx++) in configMatches()
211 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE) in configMatches()
214 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value)); in configMatches()
215 if (value != renderConfig.*s_attribs[attribNdx].field) in configMatches()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp391 } s_attribs[] = variable
426 for (const Attribute* it = DE_ARRAY_BEGIN(s_attribs); it != DE_ARRAY_END(s_attribs); it++) in configMatches()