Lines Matching refs:result
924 target before running any test that uses such a query's result.
928 uses such a query's result.
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
1085 * Finally, check using GetQueryObjectiv with QUERY_RESULT that the result
1086 of the query matches the expected result.
1088 * If GL 4.4 or ARB_query_buffer_object is supported then check the result
1089 of the query against the expected result also by having a query buffer
1095 bool result = true;
1103 // was discarded then the PRIMITIVES_GENERATED query should have a result
1110 // result is FALSE and renders otherwise.
1119 result = false;
1123 // the expected result is TRUE and renders otherwise.
1134 result = false;
1140 // Verify that the result of the query matches the expected result.
1144 result = false;
1147 // Verify that the result of the query matches the expected result even
1162 result = false;
1168 return result;
1171 /* Verifies the result of all queries. There can only be up to 5 non-FALSE result queries as none of
1172 the tests use more than 4 vertex streams so the rest is assumed to always have a FALSE result. */
1176 bool result = true;
1178 // Verify the result of the TRANSFORM_FEEDBACK_OVERFLOW query.
1179 result &= verifyQueryResult(m_overflow_query, any);
1183 // Verify the result of the TRANSFORM_FEEDBACK_STREAM_OVERFLOW queries
1185 result &= verifyQueryResult(m_stream_overflow_query[0], stream0);
1186 result &= verifyQueryResult(m_stream_overflow_query[1], stream1);
1187 result &= verifyQueryResult(m_stream_overflow_query[2], stream2);
1188 result &= verifyQueryResult(m_stream_overflow_query[3], stream3);
1191 // to have a FALSE result.
1194 result &= verifyQueryResult(m_stream_overflow_query[i], GL_FALSE);
1198 if (!result)
1205 void verifyQueryResults(GLboolean result)
1207 verifyQueryResults(result, result, GL_FALSE, GL_FALSE, GL_FALSE);
1489 // Use the basic checking mechanism to validate that the result of the
1494 // and expect the result of the query to be TRUE.
1562 // Use the basic checking mechanism to validate that the result of the
1567 // and expect the result of the query to be TRUE.
1635 // Use the basic checking mechanism to validate that the result of the
1639 // Start the query, submit draw that would result in feeding back more than
1643 // Use the basic checking mechanism to validate that the result of the
1657 // Use the basic checking mechanism to validate that the result of the
1671 // Use the basic checking mechanism to validate that the result of the
1744 // Use the basic checking mechanism to validate that the result of the
1748 // Start the query, submit draw that would result in feeding back more than
1752 // Use the basic checking mechanism to validate that the result of the
1766 // Use the basic checking mechanism to validate that the result of the
1780 // Use the basic checking mechanism to validate that the result of the
1949 // Use the basic checking mechanism to validate that the result of the
1953 // Start the queries, submit draw that would result in feeding back more
1958 // Use the basic checking mechanism to validate that the result of the
1972 // Use the basic checking mechanism to validate that the result of the
1975 // vertex streams #1 and #3, which should have a TRUE result.
1988 // Use the basic checking mechanism to validate that the result of the
2002 // Use the basic checking mechanism to validate that the result of the
2005 // vertex streams #2 and #3, which should have a TRUE result.
2115 // Use the basic checking mechanism to validate that the result of the
2119 // Start the queries, submit draw that would result in feeding back more
2124 // Use the basic checking mechanism to validate that the result of the
2139 // Use the basic checking mechanism to validate that the result of the
2142 // stream #1, which should have a TRUE result.
2155 // Use the basic checking mechanism to validate that the result of the
2169 // Use the basic checking mechanism to validate that the result of the
2172 // vertex streams #0 and #1, which should have a TRUE result.