HomeSort by relevance Sort by last modified time
    Searched refs:s_attribs (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluGLUtil.cpp 197 } s_attribs[] = local
209 for (int attribNdx = 0; attribNdx < DE_LENGTH_OF_ARRAY(s_attribs); attribNdx++)
211 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE)
214 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value));
215 if (value != renderConfig.*s_attribs[attribNdx].field)
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 391 } s_attribs[] = member in namespace:tcu::x11::glx
426 for (const Attribute* it = DE_ARRAY_BEGIN(s_attribs); it != DE_ARRAY_END(s_attribs); it++)

Completed in 372 milliseconds