Lines Matching defs:context
55 * @param context Rendering context
59 GetProgramivActiveUniformBlockMaxNameLengthTest::GetProgramivActiveUniformBlockMaxNameLengthTest(deqp::Context& context)
60 : TestCase(context, "CommonBug_GetProgramivActiveUniformBlockMaxNameLength",
258 * @param context Rendering context
262 InputVariablesCannotBeModifiedTest::InputVariablesCannotBeModifiedTest(deqp::Context& context)
263 : TestCase(context, "CommonBug_InputVariablesCannotBeModified", "Verifies that input variables cannot be modified.")
915 * for the running context, skip it. */
1018 * @param context Rendering context
1022 InvalidUseCasesForAllNotFuncsAndExclMarkOpTest::InvalidUseCasesForAllNotFuncsAndExclMarkOpTest(deqp::Context& context)
1023 : deqp::TestCase(context, "CommonBug_InvalidUseCasesForAllNotFuncsAndExclMarkOp",
1222 InvalidVSInputsTest::InvalidVSInputsTest(deqp::Context& context)
1223 : TestCase(context, "CommonBug_InvalidVSInputs",
1448 * @param context Rendering context
1452 ParenthesisInLayoutQualifierIntegerValuesTest::ParenthesisInLayoutQualifierIntegerValuesTest(deqp::Context& context)
1453 : TestCase(context, "CommonBug_ParenthesisInLayoutQualifierIntegerValue",
1605 * @param context Rendering context
1609 PerVertexValidationTest::PerVertexValidationTest(deqp::Context& context)
1610 : TestCase(context, "CommonBug_PerVertexValidation",
1856 "context";
1866 /** Returns shader bodies, minimum context type and a bitfield describing shader stages used for the
1869 * @param context_type Running context's type.
1871 * @param out_min_context_type_ptr Deref will be set to the minimum context type supported by the
2389 * @param context_type Running rendering context's type.
2597 /* Make sure the test iteration can actually be run under the running rendering context
2887 * @param context Rendering context
2891 ReservedNamesTest::ReservedNamesTest(deqp::Context& context)
2892 : TestCase(context, "CommonBug_ReservedNames",
3033 /** Returns keywords and reserved names, specific to the running context version. */
4849 TCU_FAIL("Unsupported GL context version - please implement.");
4858 } /* for (all context keywords) */
4866 } /* for (all context reserved names) */
4879 * running rendering context's version.
4915 TCU_FAIL("Unsupported GL context version - please implement");
5305 /** Returns a vector of _language_feature enums, telling which language features are supported, given running context's
5445 * under running rendering context. For simplicity, the function ignores any extensions
5597 /* Retrieve context version-specific data */
5609 /* Skip stages not supported by the currently running context version. */
5615 /* ..and all language features we can test for the running context */
5692 } /* for (all reserved names for the current context) */
5693 } /* for (all language features supported by the context) */
5694 } /* for (all shader types supported by the context) */
5703 * @param context Rendering context
5707 SparseBuffersWithCopyOpsTest::SparseBuffersWithCopyOpsTest(deqp::Context& context)
5708 : TestCase(context, "CommonBug_SparseBuffersWithCopyOps",
5960 * @param context Rendering context.
5962 CommonBugsTests::CommonBugsTests(deqp::Context& context)
5963 : TestCaseGroup(context, "CommonBugs", "Contains conformance tests that verify various pieces of functionality"