Lines Matching defs:expected
207 GLint expected = (GLint)value;
212 if (actual != expected)
219 // If index is zero then GetQueryiv should also return the expected value
221 if (actual != expected)
249 "Tests whether the new context state defined by the feature has the expected default values.")
443 /* Verifies whether the actually generated error matches that of the expected one. If not then it triggers the failure
1076 Render. If the expected result for the query is FALSE, expect
1082 the expected result for the query is TRUE, expect conditional render to
1086 of the query matches the expected result.
1089 of the query against the expected result also by having a query buffer
1092 bool verifyQueryResult(GLuint query, GLboolean expected)
1109 // Verify that conditional render discards the rendering if the expected
1117 if (check_result != (GLuint)expected)
1123 // the expected result is TRUE and renders otherwise.
1132 if (check_result == (GLuint)expected)
1140 // Verify that the result of the query matches the expected result.
1142 if ((GLboolean)actual != expected)
1147 // Verify that the result of the query matches the expected result even
1160 if ((GLboolean)actual != expected)