Lines Matching defs:name
92 SampleShadingExtensionCase(Context& context, const char* name, const char* description,
102 SampleShadingExtensionCase::SampleShadingExtensionCase(Context& context, const char* name, const char* description,
104 : TestCase(context, name, description), m_glslVersion(glslVersion)
188 SampleShadingMaskCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
212 SampleShadingMaskCase::SampleShadingMaskCase(Context& context, const char* name, const char* description,
216 : TestCase(context, name, description)
542 SampleShadingPositionCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
561 SampleShadingPositionCase::SampleShadingPositionCase(Context& context, const char* name, const char* description,
564 : TestCase(context, name, description)
862 char const* name;
879 char const* name;
896 tcu::TestCaseGroup* maskFormatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, "");
901 tcu::TestCaseGroup* maskFormatSampleGroup = new tcu::TestCaseGroup(m_testCtx, samples[sample].name, "");
926 char const* name;
933 tcu::TestCaseGroup* positionFixedGroup = new tcu::TestCaseGroup(m_testCtx, fixed[j].name, "");
937 positionFixedGroup->addChild(new SampleShadingPositionCase(m_context, samples[sample].name, "",