Lines Matching refs:texGen

396 		TextureGenerationSpec texGen;
397 texGen.bindTarget = target;
398 texGen.queryTarget = queryTarget;
399 texGen.immutable = true;
400 texGen.sampleCount = 0;
401 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
403 group.push_back(texGen);
410 TextureGenerationSpec texGen;
413 texGen.bindTarget = target;
414 texGen.queryTarget = queryTarget;
415 texGen.immutable = true;
416 texGen.sampleCount = 1;
417 texGen.fixedSamplePos = false;
418 texGen.description = glu::getTextureTargetStr(target).toString() + ", low sample count";
422 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
427 texGen.levels.push_back(level);
428 group.push_back(texGen);
431 TextureGenerationSpec texGen;
434 texGen.bindTarget = target;
435 texGen.queryTarget = queryTarget;
436 texGen.immutable = true;
437 texGen.sampleCount = maxSamples;
438 texGen.fixedSamplePos = false;
439 texGen.description = glu::getTextureTargetStr(target).toString() + ", high sample count";
443 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
448 texGen.levels.push_back(level);
449 group.push_back(texGen);
452 TextureGenerationSpec texGen;
455 texGen.bindTarget = target;
456 texGen.queryTarget = queryTarget;
457 texGen.immutable = true;
458 texGen.sampleCount = maxSamples;
459 texGen.fixedSamplePos = true;
460 texGen.description = glu::getTextureTargetStr(target).toString() + ", fixed sample positions";
464 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
469 texGen.levels.push_back(level);
470 group.push_back(texGen);
477 TextureGenerationSpec texGen;
481 texGen.bindTarget = target;
482 texGen.queryTarget = queryTarget;
483 texGen.immutable = true;
484 texGen.description = glu::getTextureTargetStr(target).toString() + ", whole buffer";
485 texGen.texBufferDataOffset = 0;
486 texGen.texBufferDataSize = 32 * baseSize + (baseSize - 1);
487 texGen.bindWholeArray = true;
496 texGen.levels.push_back(level);
497 group.push_back(texGen);
501 TextureGenerationSpec texGen;
505 texGen.bindTarget = target;
506 texGen.queryTarget = queryTarget;
507 texGen.immutable = true;
508 texGen.description = glu::getTextureTargetStr(target).toString() + ", partial buffer";
509 texGen.texBufferDataOffset = 256;
510 texGen.texBufferDataSize = 16 * baseSize + (baseSize - 1);
511 texGen.bindWholeArray = false;
520 texGen.levels.push_back(level);
521 group.push_back(texGen);
528 TextureGenerationSpec texGen;
531 texGen.bindTarget = target;
532 texGen.queryTarget = queryTarget;
533 texGen.immutable = true;
534 texGen.description = glu::getTextureTargetStr(target).toString() + ", immutable";
538 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
543 texGen.levels.push_back(level);
544 group.push_back(texGen);
548 TextureGenerationSpec texGen;
551 texGen.bindTarget = target;
552 texGen.queryTarget = queryTarget;
553 texGen.immutable = false;
554 texGen.description = glu::getTextureTargetStr(target).toString() + ", mutable";
558 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
563 texGen.levels.push_back(level);
564 group.push_back(texGen);
568 TextureGenerationSpec texGen;
571 texGen.bindTarget = target;
572 texGen.queryTarget = queryTarget;
573 texGen.immutable = false;
574 texGen.description = glu::getTextureTargetStr(target).toString() + ", mip level 3";
578 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
583 texGen.levels.push_back(level);
584 group.push_back(texGen);
609 TextureGenerationSpec texGen;
610 texGen.bindTarget = target;
611 texGen.queryTarget = queryTarget;
612 texGen.immutable = true;
613 texGen.sampleCount = 0;
614 texGen.fixedSamplePos = true;
615 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
617 group.push_back(texGen);
627 TextureGenerationSpec texGen;
630 texGen.bindTarget = target;
631 texGen.queryTarget = queryTarget;
632 texGen.immutable = true;
633 texGen.sampleCount = (isMultisampleTarget(target) ? (1) : (0));
634 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format " + glu::getTextureFormatName(internalFormats[internalFormatNdx]);
638 texGen.texBufferDataOffset = 0;
639 texGen.texBufferDataSize = 32 * baseSize + (baseSize - 1);
640 texGen.bindWholeArray = true;
650 texGen.levels.push_back(level);
651 group.push_back(texGen);
657 TextureGenerationSpec texGen;
660 texGen.bindTarget = target;
661 texGen.queryTarget = queryTarget;
662 texGen.immutable = false;
663 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format GL_RGBA8, mip level 3";
672 texGen.levels.push_back(level);
673 group.push_back(texGen);
683 TextureGenerationSpec texGen;
684 texGen.bindTarget = target;
685 texGen.queryTarget = queryTarget;
686 texGen.immutable = true;
687 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
689 group.push_back(texGen);
695 TextureGenerationSpec texGen;
698 texGen.bindTarget = target;
699 texGen.queryTarget = queryTarget;
700 texGen.immutable = false;
701 texGen.description = glu::getTextureTargetStr(target).toString() + ", compressed";
710 texGen.levels.push_back(level);
711 group.push_back(texGen);
721 TextureGenerationSpec texGen;
722 texGen.bindTarget = target;
723 texGen.queryTarget = queryTarget;
724 texGen.immutable = true;
725 texGen.sampleCount = 0;
726 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
728 group.push_back(texGen);