Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp5825 bool is_as_expected = true; in testDraw() local
5827is_as_expected = is_as_expected && (expected_color[0] == captured_data[point_offset + 0]); /* red … in testDraw()
5828is_as_expected = is_as_expected && (expected_color[1] == captured_data[point_offset + 1]); /* gree… in testDraw()
5829is_as_expected = is_as_expected && (expected_color[2] == captured_data[point_offset + 2]); /* blue… in testDraw()
5830is_as_expected = is_as_expected && (expected_color[3] == captured_data[point_offset + 3]); /* alph… in testDraw()
5832 if (false == is_as_expected) in testDraw()