Lines Matching defs:context
739 DepthRangeCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
740 : ApiCase (context, name, description)
792 LineWidthCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
793 : ApiCase (context, name, description)
826 PolygonOffsetFactorCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
827 : ApiCase (context, name, description)
871 PolygonOffsetUnitsCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
872 : ApiCase (context, name, description)
916 SampleCoverageCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
917 : ApiCase (context, name, description)
975 ColorClearCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
976 : ApiCase (context, name, description)
1030 DepthClearCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1031 : ApiCase (context, name, description)
1061 AliasedPointSizeRangeCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1062 : ApiCase (context, name, description)
1079 AliasedLineWidthRangeCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1080 : ApiCase (context, name, description)
1105 FloatStateQueryTests::FloatStateQueryTests (Context& context)
1106 : TestCaseGroup (context, "floats", "Float Values")