Lines Matching refs:bp

398                                     const INT32 * bp, Bool tagged_only,
405 config->visualID = *bp++;
407 config->visualType = convert_from_x_visual_type(*bp++);
409 config->renderType = *bp++ ? GLX_RGBA_BIT : GLX_COLOR_INDEX_BIT;
411 config->redBits = *bp++;
412 config->greenBits = *bp++;
413 config->blueBits = *bp++;
414 config->alphaBits = *bp++;
415 config->accumRedBits = *bp++;
416 config->accumGreenBits = *bp++;
417 config->accumBlueBits = *bp++;
418 config->accumAlphaBits = *bp++;
420 config->doubleBufferMode = *bp++;
421 config->stereoMode = *bp++;
423 config->rgbBits = *bp++;
424 config->depthBits = *bp++;
425 config->stencilBits = *bp++;
426 config->numAuxBuffers = *bp++;
427 config->level = *bp++;
446 config-> tag = ( fbconfig_style_tags ) ? *bp++ : 1
449 long int tag = *bp++;
454 config->renderType = *bp++ ? GLX_RGBA_BIT : GLX_COLOR_INDEX_BIT;
459 config->rgbBits = *bp++;
462 config->level = *bp++;
471 config->numAuxBuffers = *bp++;
474 config->redBits = *bp++;
477 config->greenBits = *bp++;
480 config->blueBits = *bp++;
483 config->alphaBits = *bp++;
486 config->depthBits = *bp++;
489 config->stencilBits = *bp++;
492 config->accumRedBits = *bp++;
495 config->accumGreenBits = *bp++;
498 config->accumBlueBits = *bp++;
501 config->accumAlphaBits = *bp++;
504 config->visualRating = *bp++;
507 config->visualType = *bp++;
510 config->transparentPixel = *bp++;
513 config->transparentIndex = *bp++;
516 config->transparentRed = *bp++;
519 config->transparentGreen = *bp++;
522 config->transparentBlue = *bp++;
525 config->transparentAlpha = *bp++;
528 config->visualID = *bp++;
531 config->drawableType = *bp++;
538 config->renderType = *bp++;
541 config->xRenderable = *bp++;
544 config->fbconfigID = *bp++;
547 config->maxPbufferWidth = *bp++;
550 config->maxPbufferHeight = *bp++;
553 config->maxPbufferPixels = *bp++;
557 config->optimalPbufferWidth = *bp++;
560 config->optimalPbufferHeight = *bp++;
563 config->visualSelectGroup = *bp++;
566 if (*bp == GLX_SWAP_UNDEFINED_OML ||
567 *bp == GLX_SWAP_COPY_OML ||
568 *bp == GLX_SWAP_EXCHANGE_OML) {
569 config->swapMethod = *bp++;
575 bp++;
580 config->sampleBuffers = *bp++;
583 config->samples = *bp++;
588 ++bp;
592 config->bindToTextureRgb = *bp++;
595 config->bindToTextureRgba = *bp++;
598 config->bindToMipmapTexture = *bp++;
601 config->bindToTextureTargets = *bp++;
604 config->yInverted = *bp++;
608 config->sRGBCapable = *bp++;
613 bp++;
619 long int tagvalue = *bp++;