Searched refs:h_val (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 5642 const GLuint h_val = h_vals[h]; in InvalidAlignmentTest() local 5646 … const GLenum res = ((valid_h == h_val) && (valid_w == w_val) && (0 == x_val) && (0 == y_val)) ? in InvalidAlignmentTest() 5650 testCase dst_test_case = { h_val, w_val, 0, 0, x_val, y_val, res }; in InvalidAlignmentTest() 5652 testCase src_test_case = { h_val, w_val, x_val, y_val, 0, 0, res }; in InvalidAlignmentTest()
|