Home | History | Annotate | Download | only in common

Lines Matching refs:behaviour

1061 		ExtensionDirectiveTestCase(deqp::Context& context, glu::GLSLVersion glslVersion, const char* behaviour)
1062 : TestCase(context, (std::string("extension_directive_") + behaviour).c_str(), "Test #extension directive.")
1064 , m_behaviourStr(behaviour)
1066 // Initialize expected compiler behaviour.
1067 std::string b(behaviour);
1648 PreprocessorCase(deqp::Context& context, glu::GLSLVersion glslVersion, const char* behaviour)
1649 : TestCase(context, behaviour ? behaviour : "none", "GL_KHR_blend_equation_advanced")
1651 , m_behaviour(behaviour)
1773 // Test #extension directive behaviour.