Lines Matching refs:VaryingComponentsTest

14828 VaryingComponentsTest::VaryingComponentsTest(deqp::Context& context)
14840 VaryingComponentsTest::VaryingComponentsTest(deqp::Context& context, const glw::GLchar* test_name,
14852 void VaryingComponentsTest::getProgramInterface(GLuint test_case_index, Utils::ProgramInterface& program_interface,
14895 std::string VaryingComponentsTest::getTestCaseName(glw::GLuint test_case_index)
14962 glw::GLuint VaryingComponentsTest::getTestCaseNumber()
14968 void VaryingComponentsTest::testInit()
15007 bool VaryingComponentsTest::useComponentQualifier(glw::GLuint /* test_case_index */)
15016 GLuint VaryingComponentsTest::getArrayLength()
15021 std::string VaryingComponentsTest::prepareGlobals(GLuint last_in_location, GLuint last_out_location)
15036 std::string VaryingComponentsTest::prepareName(const glw::GLchar* name, glw::GLint location, glw::GLint component,
15056 std::string VaryingComponentsTest::prepareQualifiers(const glw::GLchar* location, const glw::GLchar* component,
15072 void VaryingComponentsTest::prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& vector_type,
15260 Utils::Variable* VaryingComponentsTest::prepareVarying(const Utils::Type& basic_type, const descriptor& desc,
15291 void VaryingComponentsTest::descriptor::assign(glw::GLint component, const glw::GLchar* component_str,
15303 VaryingComponentsTest::testCase::testCase(COMPONENTS_LAYOUT layout, Utils::Type::TYPES type)
15313 : VaryingComponentsTest(context, "varying_array_components",
28601 addChild(new EnhancedLayouts::VaryingComponentsTest(m_context));