Lines Matching defs:description
415 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial)
416 : ApiCase (context, name, description)
453 DepthWriteMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
454 : ApiCase (context, name, description)
479 SampleCoverageInvertTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
480 : ApiCase (context, name, description)
505 InitialBooleanTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum target, bool reference)
506 : ApiCase (context, name, description)
528 ColorMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
529 : ApiCase(context, name, description)
576 TransformFeedbackTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
577 : ApiCase (context, name, description)
764 const char* description;
784 FOR_EACH_VERIFIER(isEnabledVerifiers, addChild(new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value)));