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

/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c441 static const struct { unsigned int attrib, offset; } attribMap[] = { variable in typeref:struct:__anon12576
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/glx/
H A Ddri_common.c212 } attribMap[] = { variable in typeref:struct:__anon12548
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.cpp133 AttribMap attribMap; local
135 attribMap[EGL_SURFACE_TYPE] = surfaceType;
136 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
138 return eglu::chooseSingleConfig(egl, eglDisplay, attribMap);
H A DteglImageUtil.cpp165 AttribMap attribMap = getCreateAttribs(); local
167 attribMap[EGL_IMAGE_PRESERVED_KHR] = EGL_TRUE;
170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap);

Completed in 169 milliseconds