Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_TRUE

95 	const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE;
99 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
141 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
145 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
163 reference0 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE),
164 reference1 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE),
165 reference2 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE),
166 reference3 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE),
175 << (referenceAsGLBoolean[0] ? "GL_TRUE" : "GL_FALSE") << " "
176 << (referenceAsGLBoolean[1] ? "GL_TRUE" : "GL_FALSE") << " "
177 << (referenceAsGLBoolean[2] ? "GL_TRUE" : "GL_FALSE") << " "
178 << (referenceAsGLBoolean[3] ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
468 glDepthMask(GL_TRUE);
490 glSampleCoverage(1.0f, GL_TRUE);
543 { GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE },
544 { GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE },
545 { GL_TRUE, GL_TRUE, GL_FALSE, GL_TRUE },
546 { GL_TRUE, GL_TRUE, GL_FALSE, GL_FALSE },
547 { GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE },
548 { GL_TRUE, GL_FALSE, GL_TRUE, GL_FALSE },
549 { GL_TRUE, GL_FALSE, GL_FALSE, GL_TRUE },
550 { GL_TRUE
551 { GL_FALSE, GL_TRUE, GL_TRUE, GL_TRUE },
552 { GL_FALSE, GL_TRUE, GL_TRUE, GL_FALSE },
553 { GL_FALSE, GL_TRUE, GL_FALSE, GL_TRUE },
554 { GL_FALSE, GL_TRUE, GL_FALSE, GL_FALSE },
555 { GL_FALSE, GL_FALSE, GL_TRUE, GL_TRUE },
556 { GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE },
557 { GL_FALSE, GL_FALSE, GL_FALSE, GL_TRUE },
564 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, testMasks[ndx].a==GL_TRUE);
594 checkBooleans(compileStatus, GL_TRUE);
601 checkBooleans(compileStatus, GL_TRUE);
612 checkBooleans(linkStatus, GL_TRUE);