Home | History | Annotate | Download | only in functional

Lines Matching full:testmasks

541 		} testMasks[] =
561 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(testMasks); ndx++)
563 glColorMask(testMasks[ndx].r, testMasks[ndx].g, testMasks[ndx].b, testMasks[ndx].a);
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);