Searched refs:test_case_in_arr (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 15665 …testCase test_case_in_arr = { invalid_component, true, true, (Utils::Shader::STAGES)stage, type }; in test() local 15670 m_test_cases.push_back(test_case_in_arr); in test() 16600 …testCase test_case_in_arr = { MATRIX, valid_component, true, true, (Utils::Shader::STAGES)stage, t… in test() local 16611 m_test_cases.push_back(test_case_in_arr); in test() 16624 … testCase test_case_in_arr = { (CASES)c, valid_component, true, true, (Utils::Shader::STAGES)stage, in test() local 16636 m_test_cases.push_back(test_case_in_arr); in test()
|