HomeSort by relevance Sort by last modified time
    Searched refs:testMasks (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 497 } testMasks[] =
517 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(testMasks); ndx++)
519 glColorMask(testMasks[ndx].r, testMasks[ndx].g, testMasks[ndx].b, testMasks[ndx].a);
520 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)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 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)
    [all...]

Completed in 75 milliseconds