Lines Matching defs:context
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)
846 SampleVariablesTests::SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion)
847 : TestCaseGroup(context, "sample_variables", "Sample Variables tests"), m_glslVersion(glslVersion)