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

/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp263 } s_attribs[] = local
275 for (int attribNdx = 0; attribNdx < DE_LENGTH_OF_ARRAY(s_attribs); attribNdx++)
277 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE)
280 EGLU_CHECK_CALL(eglGetConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value));
281 if (value != renderConfig.*s_attribs[attribNdx].field)
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp392 } s_attribs[] = member in namespace:tcu::x11::glx
427 for (const Attribute* it = DE_ARRAY_BEGIN(s_attribs); it != DE_ARRAY_END(s_attribs); it++)

Completed in 75 milliseconds