Lines Matching defs:description
1467 FboSRGBQueryCase (Context& context, const char* const name, const char* const description);
1475 FboSRGBQueryCase::FboSRGBQueryCase (Context& context, const char* const name, const char* const description)
1476 : TestCase (context, name, description)
1591 FboSRGBColAttachCase (Context& context, const char* const name, const char* const description)
1592 : FboSRGBTestCase (context, name, description) {}
1634 FboSRGBToggleBlendCase (Context& context, const char* const name, const char* const description)
1635 : FboSRGBTestCase (context, name, description) {}
1671 FboSRGBRenderTargetIgnoreCase (Context& context, const char* const name, const char* const description)
1672 : FboSRGBTestCase (context, name, description) {}
1708 FboSRGBCopyToLinearCase (Context& context, const char* const name, const char* const description)
1709 : FboSRGBTestCase (context, name, description) {}
1754 FboSRGBUnsupportedEnumCase (Context& context, const char* const name, const char* const description);
1763 FboSRGBUnsupportedEnumCase::FboSRGBUnsupportedEnumCase (Context& context, const char* const name, const char* const description)
1764 : TestCase (context, name, description)