Lines Matching defs:attrib

202     int *attrib;
207 for (attrib = attribList; *attrib != None; attrib++)
209 switch (*attrib)
217 attrib++;
221 if (attrib[1] > 0)
223 attrib++;
244 int aux_buffers = attrib[1];
252 attrib++;
258 if (attrib[1] > 0)
260 attrib++;
264 if (attrib[1] > 0)
266 attrib++;
270 if (attrib[1] > 0)
272 attrib++;
276 if (attrib[1] > 0)
278 attrib++;
285 if (attrib[1] > 0)
287 attrib++;
291 if (attrib[1] > 0)
293 attrib++;
297 if (attrib[1] > 4)
300 attrib++;
312 crWarning("glXChooseVisual: ignoring attribute 0x%x", *attrib);
313 attrib++;
318 crWarning( "glXChooseVisual: bad attrib=0x%x", *attrib );
347 int *attrib;
352 for (attrib = attribList; *attrib != None; attrib++)
354 switch (*attrib)
362 attrib++;
366 if (attrib[1] != 0)
368 attrib++;
384 if (attrib[1] != 0)
386 attrib++;
392 if (attrib[1] > 8)
394 attrib++;
398 if (attrib[1] > 8)
400 attrib++;
404 if (attrib[1] > 24)
406 attrib++;
410 if (attrib[1] > 8)
412 attrib++;
419 if (attrib[1] > 16)
421 attrib++;
425 if (attrib[1] > 0)
427 attrib++;
430 if (attrib[1] > 0)
432 attrib++;
447 crWarning("glXChooseVisual: ignoring attribute 0x%x", *attrib);
448 attrib++;
453 crWarning( "glXChooseVisual: bad attrib=0x%x, ignoring", *attrib );
454 attrib++;
473 crDebug("glXChooseVisual returning NULL, due to attrib=0x%x, next=0x%x", attrib[0], attrib[1]);
735 DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)( Display *dpy, XVisualInfo *vis, int attrib, int *value )
764 return_val = stub.wsInterface.glXGetConfig( dpy, vis, attrib, value );
780 switch ( attrib ) {
879 crWarning ("Ignoring Unsupported GLX Call: glxGetConfig with attrib 0x%x", attrib);
902 crWarning( "Unsupported GLX Call: glXGetConfig with attrib 0x%x", attrib );
911 DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)( Display *dpy, XVisualInfo *vis, int attrib, int *value )
923 switch ( attrib ) {
1011 crWarning ("Ignoring Unsupported GLX Call: glxGetConfig with attrib 0x%x", attrib);
1037 crWarning( "Unsupported GLX Call: glXGetConfig with attrib 0x%x, ignoring...", attrib );
1445 ATTRIB_TYPE *attrib;
1455 for (attrib = attrib_list; *attrib != None; attrib++)
1457 switch (*attrib)
1460 fbconfig = attrib[1];
1461 attrib++;
1467 attrib++;
1471 if (attrib[1] != 0)
1473 attrib++;
1477 if (attrib[1] != 0)
1479 attrib++;
1483 attrib++;
1487 if (attrib[1] != 0)
1489 attrib++;
1496 if (attrib[1] > 8)
1498 attrib++;
1502 if (attrib[1] > 24)
1504 attrib++;
1508 if (attrib[1] > 8)
1510 attrib++;
1517 if (attrib[1] > 16)
1519 attrib++;
1524 attrib++;
1528 if (attrib[1]!=GLX_RGBA_BIT)
1530 attrib++;
1534 if ( !(attrib[1] & GLX_WINDOW_BIT)
1535 && !(attrib[1] & GLX_PIXMAP_BIT))
1537 attrib++;
1548 crWarning("glXChooseVisual: ignoring attribute 0x%x", *attrib);
1549 attrib++;
1554 crWarning( "glXChooseVisual: bad attrib=0x%x, ignoring", *attrib );
1555 attrib++;
1575 crWarning("glXChooseFBConfig returning NULL, due to attrib=0x%x, next=0x%x", attrib[0], attrib[1]);
1616 ATTRIB_TYPE *attrib;
1665 for (attrib = attrib_list; *attrib != None; attrib++)
1667 switch (*attrib)
1670 attrib++;
1671 switch (*attrib)
1680 crDebug("Unexpected GLX_TEXTURE_FORMAT_EXT 0x%x", (unsigned int) *attrib);
1684 attrib++;
1685 switch (*attrib)
1694 crDebug("Unexpected GLX_TEXTURE_TARGET_EXT 0x%x", (unsigned int) *attrib);
1697 default: attrib++;
1730 crWarning("Non empty attrib list in glXCreateWindow");