• Home
  • Raw
  • Download

Lines Matching refs:GL_TRUE

95 	const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE;  in verifyBoolean()
141 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE; in verifyBoolean()
163 reference0 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4()
164 reference1 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4()
165 reference2 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4()
166 reference3 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4()
468 glDepthMask(GL_TRUE); in test()
490 glSampleCoverage(1.0f, GL_TRUE); in test()
543 { GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE }, in test()
544 { GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE }, in test()
545 { GL_TRUE, GL_TRUE, GL_FALSE, GL_TRUE }, in test()
546 { GL_TRUE, GL_TRUE, GL_FALSE, GL_FALSE }, in test()
547 { GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE }, in test()
548 { GL_TRUE, GL_FALSE, GL_TRUE, GL_FALSE }, in test()
549 { GL_TRUE, GL_FALSE, GL_FALSE, GL_TRUE }, in test()
550 { GL_TRUE, GL_FALSE, GL_FALSE, GL_FALSE }, in test()
551 { GL_FALSE, GL_TRUE, GL_TRUE, GL_TRUE }, in test()
552 { GL_FALSE, GL_TRUE, GL_TRUE, GL_FALSE }, in test()
553 { GL_FALSE, GL_TRUE, GL_FALSE, GL_TRUE }, in test()
554 { GL_FALSE, GL_TRUE, GL_FALSE, GL_FALSE }, in test()
555 { GL_FALSE, GL_FALSE, GL_TRUE, GL_TRUE }, in test()
556 { GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE }, in test()
557 { GL_FALSE, GL_FALSE, GL_FALSE, GL_TRUE }, in test()
564 …OR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, tes… in test()
594 checkBooleans(compileStatus, GL_TRUE); in test()
601 checkBooleans(compileStatus, GL_TRUE); in test()
612 checkBooleans(linkStatus, GL_TRUE); in test()