Lines Matching refs:isOpaque
21 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
31 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
39 REPORTER_ASSERT(reporter, shader->isOpaque()); in test_bitmap()
47 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
68 REPORTER_ASSERT(reporter, grad->isOpaque()); in test_gradient()
76 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
84 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
92 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
99 REPORTER_ASSERT(reporter, !colorShader1.isOpaque()); in test_color()
101 REPORTER_ASSERT(reporter, colorShader2.isOpaque()); in test_color()
103 REPORTER_ASSERT(reporter, !colorShader3.isOpaque()); in test_color()
108 REPORTER_ASSERT(reporter, colorShader4.isOpaque()); in test_color()