OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_attribs
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/egl/
egluGLContextFactory.cpp
263
}
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/
tcuX11GlxPlatform.cpp
392
}
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 3128 milliseconds