Lines Matching refs:bp
368 const INT32 * bp, Bool tagged_only,
376 config->visualID = *bp++;
378 config->visualType = convert_from_x_visual_type(*bp++);
380 config->rgbMode = *bp++;
382 config->redBits = *bp++;
383 config->greenBits = *bp++;
384 config->blueBits = *bp++;
385 config->alphaBits = *bp++;
386 config->accumRedBits = *bp++;
387 config->accumGreenBits = *bp++;
388 config->accumBlueBits = *bp++;
389 config->accumAlphaBits = *bp++;
391 config->doubleBufferMode = *bp++;
392 config->stereoMode = *bp++;
394 config->rgbBits = *bp++;
395 config->depthBits = *bp++;
396 config->stencilBits = *bp++;
397 config->numAuxBuffers = *bp++;
398 config->level = *bp++;
417 config-> tag = ( fbconfig_style_tags ) ? *bp++ : 1
420 long int tag = *bp++;
427 config->rgbBits = *bp++;
430 config->level = *bp++;
439 config->numAuxBuffers = *bp++;
442 config->redBits = *bp++;
445 config->greenBits = *bp++;
448 config->blueBits = *bp++;
451 config->alphaBits = *bp++;
454 config->depthBits = *bp++;
457 config->stencilBits = *bp++;
460 config->accumRedBits = *bp++;
463 config->accumGreenBits = *bp++;
466 config->accumBlueBits = *bp++;
469 config->accumAlphaBits = *bp++;
472 config->visualRating = *bp++;
475 config->visualType = *bp++;
478 config->transparentPixel = *bp++;
481 config->transparentIndex = *bp++;
484 config->transparentRed = *bp++;
487 config->transparentGreen = *bp++;
490 config->transparentBlue = *bp++;
493 config->transparentAlpha = *bp++;
496 config->visualID = *bp++;
499 config->drawableType = *bp++;
506 renderType = *bp++;
509 config->xRenderable = *bp++;
512 config->fbconfigID = *bp++;
515 config->maxPbufferWidth = *bp++;
518 config->maxPbufferHeight = *bp++;
521 config->maxPbufferPixels = *bp++;
525 config->optimalPbufferWidth = *bp++;
528 config->optimalPbufferHeight = *bp++;
531 config->visualSelectGroup = *bp++;
534 if (*bp == GLX_SWAP_UNDEFINED_OML ||
535 *bp == GLX_SWAP_COPY_OML ||
536 *bp == GLX_SWAP_EXCHANGE_OML) {
537 config->swapMethod = *bp++;
543 bp++;
548 config->sampleBuffers = *bp++;
551 config->samples = *bp++;
556 ++bp;
560 config->bindToTextureRgb = *bp++;
563 config->bindToTextureRgba = *bp++;
566 config->bindToMipmapTexture = *bp++;
569 config->bindToTextureTargets = *bp++;
572 config->yInverted = *bp++;
576 config->sRGBCapable = *bp++;
581 bp++;
588 long int tagvalue = *bp++;
593 bp++;