Lines Matching defs:samples
183 const char* outType, GLint samples, GLint sampleMask);
208 const char* outType, GLint samples, GLint sampleMask)
215 , m_samples(samples)
260 "Test sample count greater than samples that the format supports");
284 // Create a multisample texture, or a regular texture if samples is zero.
332 // Draw a quad setting all samples to "red". We only expect "red"
398 // the width can hold all samples of a pixel.
494 GLint samples = (m_samples) ? m_samples : 1;
495 for (int sample = 0; sample < samples; ++sample)
501 pixel = result[y * WIDTH + x * samples + sample];
505 pixel = pixels.getPixel(x * samples + sample, y);
508 // Make sure only those samples where the sample mask bit is
545 GLint samples, GLboolean fixedSampleLocations);
564 glu::GLSLVersion glslVersion, GLint samples,
568 , m_samples(samples)
599 // Create a multisample texture, or a regular texture if samples is zero.
686 // The width is increased to save all samples of the pixel.
772 // If m_fixedSampleLocations are used make sure the first pixel's samples
790 // Verify all samples of every pixel to make sure each position is unique.
862 GLint samples;
863 } samples[] = {
901 for (int sample = 0; sample < DE_LENGTH_OF_ARRAY(samples); ++sample)
903 tcu::TestCaseGroup* maskFormatSampleGroup = new tcu::TestCaseGroup(m_testCtx, samples[sample].name, "");
909 formats[format].outType, samples[sample].samples, 0));
918 samples[sample].samples, rnd.getUint32()));
937 for (int sample = 0; sample < DE_LENGTH_OF_ARRAY(samples); ++sample)
939 positionFixedGroup->addChild(new SampleShadingPositionCase(m_context, samples[sample].name, "",
940 m_glslVersion, samples[sample].samples,