Searched refs:attribMap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dutils.c441 static const struct { unsigned int attrib, offset; } attribMap[] = { variable in typeref:struct:__anon14322
502 switch (attribMap[index].attrib) {
527 ((char *) &config->modes + attribMap[index].offset);
548 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
549 if (attribMap[i].attrib == attrib)
567 if (index >= 0 && index < ARRAY_SIZE(attribMap)) {
568 *attrib = attribMap[index].attrib;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c441 static const struct { unsigned int attrib, offset; } attribMap[] = { variable in typeref:struct:__anon27733
502 switch (attribMap[index].attrib) {
527 ((char *) &config->modes + attribMap[index].offset);
548 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
549 if (attribMap[i].attrib == attrib)
567 if (index >= 0 && index < ARRAY_SIZE(attribMap)) {
568 *attrib = attribMap[index].attrib;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_common.c212 } attribMap[] = { variable in typeref:struct:__anon14294
264 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
265 if (attribMap[i].attrib == attrib) {
266 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
/external/mesa3d/src/glx/
H A Ddri_common.c212 } attribMap[] = { variable in typeref:struct:__anon27705
264 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
265 if (attribMap[i].attrib == attrib) {
266 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
/external/deqp/modules/egl/
H A DteglResizeTests.cpp126 AttribMap attribMap; local
128 attribMap[EGL_SURFACE_TYPE] = surfaceType;
129 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
131 return eglu::chooseSingleConfig(eglDisplay, attribMap);

Completed in 86 milliseconds