Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp1017 virtual std::string getTestCaseName(glw::GLuint test_case_index);
1019 virtual bool testCase(glw::GLuint test_case_index) = 0;
1088 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
1090 …virtual void getBufferDescriptors(glw::GLuint test_case_index, bufferDescriptor::Vector &out_descr…
1092 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector &captured…
1095 …virtual void getShaderBody(glw::GLuint test_case_index, Utils::Shader::STAGES stage, std::string &…
1098 virtual void getShaderInterface(glw::GLuint test_case_index, Utils::Shader::STAGES stage,
1101 virtual std::string getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stage);
1103 …virtual bool inspectProgram(glw::GLuint test_case_index, Utils::Program &program, std::stringstrea…
1105 virtual bool testCase(glw::GLuint test_case_index);
[all …]
H A Dgl4cEnhancedLayoutsTests.cpp5719 std::string BufferTestBase::getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stag… in test() argument
5726 getShaderBody(test_case_index, stage, assignments, calculations); in test()
5727 getShaderInterface(test_case_index, stage, interface); in test()
5762 bool BufferTestBase::testCase(GLuint test_case_index) in test() argument
5774 getCapturedVaryings(test_case_index, captured_varyings, &xfb_components); in test()
5790 … const std::string &fragment_shader = getShaderSource(test_case_index, Utils::Shader::FRAGMENT); in test()
5791 … const std::string &geometry_shader = getShaderSource(test_case_index, Utils::Shader::GEOMETRY); in test()
5792 … const std::string &tess_ctrl_shader = getShaderSource(test_case_index, Utils::Shader::TESS_CTRL); in test()
5793 … const std::string &tess_eval_shader = getShaderSource(test_case_index, Utils::Shader::TESS_EVAL); in test()
5794 … const std::string &vertex_shader = getShaderSource(test_case_index, Utils::Shader::VERTEX); in test()
[all …]
H A Dgl4cShadingLanguage420PackTests.hpp463 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
696 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
855 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
906 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
951 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
1004 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
1079 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
1182 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
1250 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
1292 virtual bool prepareNextTestCase(glw::GLuint test_case_index);
[all …]
H A Dgl4cShadingLanguage420PackTests.cpp1495 bool TestBase::prepareNextTestCase(GLuint test_case_index) in prepareNextTestCase() argument
1497 if (((GLuint)-1 == test_case_index) || (0 == test_case_index)) in prepareNextTestCase()
1639 GLuint test_case_index = 0; in test() local
1651 while (true == prepareNextTestCase(test_case_index)) in test()
1688 test_case_index += 1; in test()
2486 bool LineContinuationTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase() argument
2551 if ((GLuint)-1 == test_case_index) in prepareNextTestCase()
2555 else if (max_test_cases <= test_case_index) in prepareNextTestCase()
2561 m_test_case = test_cases[test_case_index]; in prepareNextTestCase()
3588 bool UTF8CharactersTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase() argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream_body_manager_test.cc80 for (size_t test_case_index = 0; in TEST_F() local
81 test_case_index < ABSL_ARRAYSIZE(kOnBodyConsumedTestData); in TEST_F()
82 ++test_case_index) { in TEST_F()
84 kOnBodyConsumedTestData[test_case_index].frame_header_lengths; in TEST_F()
86 kOnBodyConsumedTestData[test_case_index].frame_payloads; in TEST_F()
88 kOnBodyConsumedTestData[test_case_index].body_bytes_to_read; in TEST_F()
90 kOnBodyConsumedTestData[test_case_index].expected_return_values; in TEST_F()
133 for (size_t test_case_index = 0; in TEST_F() local
134 test_case_index < ABSL_ARRAYSIZE(kPeekBodyTestData); ++test_case_index) { in TEST_F()
136 kPeekBodyTestData[test_case_index].frame_header_lengths; in TEST_F()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp714 for (size_t test_case_index = 0; test_case_index < n_test_cases; ++test_case_index) in iterate() local
716 const labelsTestCase &test_case = test_cases[test_case_index]; in iterate()