Searched refs:testMasks (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBooleanStateQueryTests.cpp | 497 } 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/ |
D | es3fBooleanStateQueryTests.cpp | 541 } 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/ |
D | array_ops_test.py | 743 def testMasks(self): member in StridedSliceTest
|