Lines Matching defs:name
89 SampleShadingExtensionCase(Context& context, const char* name, const char* description,
99 SampleShadingExtensionCase::SampleShadingExtensionCase(Context& context, const char* name, const char* description,
101 : TestCase(context, name, description), m_glslVersion(glslVersion)
181 SampleShadingMaskCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
205 SampleShadingMaskCase::SampleShadingMaskCase(Context& context, const char* name, const char* description,
209 : TestCase(context, name, description)
544 SampleShadingPositionCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
563 SampleShadingPositionCase::SampleShadingPositionCase(Context& context, const char* name, const char* description,
566 : TestCase(context, name, description)
861 char const* name;
881 char const* name;
898 tcu::TestCaseGroup* maskFormatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, "");
903 tcu::TestCaseGroup* maskFormatSampleGroup = new tcu::TestCaseGroup(m_testCtx, samples[sample].name, "");
928 char const* name;
935 tcu::TestCaseGroup* positionFixedGroup = new tcu::TestCaseGroup(m_testCtx, fixed[j].name, "");
939 positionFixedGroup->addChild(new SampleShadingPositionCase(m_context, samples[sample].name, "",