Home
last modified time | relevance | path

Searched refs:testMasks (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBooleanStateQueryTests.cpp497 } testMasks[] = in test() local
517 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(testMasks); ndx++) in test()
519 glColorMask(testMasks[ndx].r, testMasks[ndx].g, testMasks[ndx].b, testMasks[ndx].a); in test()
520 …m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx… in test()
/external/deqp/modules/gles3/functional/
Des3fBooleanStateQueryTests.cpp541 } testMasks[] = in test() local
561 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(testMasks); ndx++) in test()
563 glColorMask(testMasks[ndx].r, testMasks[ndx].g, testMasks[ndx].b, testMasks[ndx].a); in test()
564 …m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx… in test()
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py743 def testMasks(self): member in StridedSliceTest