Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp1012 virtual std::string getTestCaseName(glw::GLuint test_case_index);
1014 virtual bool testCase(glw::GLuint test_case_index) = 0;
1080 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
1082 …virtual void getBufferDescriptors(glw::GLuint test_case_index, bufferDescriptor::Vector& out_descr…
1084 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector& captured…
1086 …virtual void getShaderBody(glw::GLuint test_case_index, Utils::Shader::STAGES stage, std::string& …
1089 virtual void getShaderInterface(glw::GLuint test_case_index, Utils::Shader::STAGES stage,
1092 virtual std::string getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stage);
1094 …virtual bool inspectProgram(glw::GLuint test_case_index, Utils::Program& program, std::stringstrea…
1096 virtual bool testCase(glw::GLuint test_case_index);
[all …]
Dgl4cEnhancedLayoutsTests.cpp5664 std::string BufferTestBase::getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stag… in test() argument
5671 getShaderBody(test_case_index, stage, assignments, calculations); in test()
5672 getShaderInterface(test_case_index, stage, interface); in test()
5707 bool BufferTestBase::testCase(GLuint test_case_index) in test() argument
5719 getCapturedVaryings(test_case_index, captured_varyings, &xfb_components); in test()
5735 const std::string& fragment_shader = getShaderSource(test_case_index, Utils::Shader::FRAGMENT); in test()
5736 const std::string& geometry_shader = getShaderSource(test_case_index, Utils::Shader::GEOMETRY); in test()
5737 const std::string& tess_ctrl_shader = getShaderSource(test_case_index, Utils::Shader::TESS_CTRL); in test()
5738 const std::string& tess_eval_shader = getShaderSource(test_case_index, Utils::Shader::TESS_EVAL); in test()
5739 const std::string& vertex_shader = getShaderSource(test_case_index, Utils::Shader::VERTEX); in test()
[all …]
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 …]
Dgl4cShadingLanguage420PackTests.cpp1512 bool TestBase::prepareNextTestCase(GLuint test_case_index) in prepareNextTestCase() argument
1514 if (((GLuint)-1 == test_case_index) || (0 == test_case_index)) in prepareNextTestCase()
1656 GLuint test_case_index = 0; in test() local
1668 while (true == prepareNextTestCase(test_case_index)) in test()
1705 test_case_index += 1; in test()
2504 bool LineContinuationTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase() argument
2569 if ((GLuint)-1 == test_case_index) in prepareNextTestCase()
2573 else if (max_test_cases <= test_case_index) in prepareNextTestCase()
2579 m_test_case = test_cases[test_case_index]; in prepareNextTestCase()
3609 bool UTF8CharactersTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase() argument
[all …]
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp708 for (size_t test_case_index = 0; test_case_index < n_test_cases; ++test_case_index) in iterate() local
710 const labelsTestCase& test_case = test_cases[test_case_index]; in iterate()