Lines Matching refs:GL_SAMPLE_MASK
450 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
454 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
460 gl.enable(GL_SAMPLE_MASK);
461 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
463 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
465 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
470 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
474 "Comparison of same pattern with GL_SAMPLE_MASK disabled and enabled",
573 gl.enable(GL_SAMPLE_MASK);
574 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
575 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
681 * Tests that the coverage mask created by GL_SAMPLE_MASK is constant at
773 gl.enable(GL_SAMPLE_MASK);
774 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_MASK");
776 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
923 gl.enable(GL_SAMPLE_MASK);
924 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_MASK");
925 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
1016 group->addChild(new MaskProportionalityCase (m_context, "proportionality_sample_mask", "Test the proportionality property of GL_SAMPLE_MASK"));
1019 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_MASK",
1022 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE and GL_SAMPLE_MASK",
1025 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK",
1028 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE, GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK",