Lines Matching defs:samples

190 						  const char* outType, GLint samples, GLint sampleMask);
215 const char* outType, GLint samples, GLint sampleMask)
222 , m_samples(samples)
258 "Test sample count greater than samples that the format supports");
282 // Create a multisample texture, or a regular texture if samples is zero.
330 // Draw a quad setting all samples to "red". We only expect "red"
396 // the width can hold all samples of a pixel.
492 GLint samples = (m_samples) ? m_samples : 1;
493 for (int sample = 0; sample < samples; ++sample)
499 pixel = result[y * WIDTH + x * samples + sample];
503 pixel = pixels.getPixel(x * samples + sample, y);
506 // Make sure only those samples where the sample mask bit is
543 GLint samples, GLboolean fixedSampleLocations);
562 glu::GLSLVersion glslVersion, GLint samples,
566 , m_samples(samples)
600 // Create a multisample texture, or a regular texture if samples is zero.
687 // The width is increased to save all samples of the pixel.
773 // If m_fixedSampleLocations are used make sure the first pixel's samples
791 // Verify all samples of every pixel to make sure each position is unique.
863 GLint samples;
864 } samples[] = {
899 for (int sample = 0; sample < DE_LENGTH_OF_ARRAY(samples); ++sample)
901 tcu::TestCaseGroup* maskFormatSampleGroup = new tcu::TestCaseGroup(m_testCtx, samples[sample].name, "");
907 formats[format].outType, samples[sample].samples, 0));
916 samples[sample].samples, rnd.getUint32()));
935 for (int sample = 0; sample < DE_LENGTH_OF_ARRAY(samples); ++sample)
937 positionFixedGroup->addChild(new SampleShadingPositionCase(m_context, samples[sample].name, "",
938 m_glslVersion, samples[sample].samples,