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