Home | History | Annotate | Download | only in gl

Lines Matching refs:is_ok

88 	bool is_ok	= true;
111 is_ok = false;
129 is_ok = false;
162 is_ok = false;
168 is_ok = false;
191 if (is_ok)
245 bool is_ok = true;
252 is_ok &= testBuffersBindingPoints();
253 is_ok &= testBuffersDimensions();
254 is_ok &= testActive();
255 is_ok &= testPaused();
259 is_ok = false;
267 if (is_ok)
569 bool is_ok = true;
578 is_ok = prepareTestSetup();
581 if (is_ok)
583 is_ok &= testBindingPoint(0, m_bo_a, "glTransformFeedbackBufferBase");
584 is_ok &= testBindingPoint(1, m_bo_b, "glTransformFeedbackBufferRange");
585 is_ok &= testBindingPoint(2, m_bo_b, "glTransformFeedbackBufferRange");
587 is_ok &= testStart(0, 0, "glTransformFeedbackBufferBase");
588 is_ok &= testStart(1, 0, "glTransformFeedbackBufferRange");
589 is_ok &= testStart(2, s_bo_size / 2, "glTransformFeedbackBufferRange");
591 is_ok &= testSize(0, 0, "glTransformFeedbackBufferBase");
592 is_ok &= testSize(1, s_bo_size / 2, "glTransformFeedbackBufferRange");
593 is_ok
598 is_ok = false;
606 if (is_ok)
977 bool is_ok = true;
984 is_ok &= testCreateTransformFeedbacksForInvalidNumberOfObjects();
987 is_ok &= testQueriesForInvalidNameOfObject();
990 is_ok &= testGetTransformFeedbackivQueryForInvalidParameterName();
993 is_ok &= testGetTransformFeedbacki_vQueryForInvalidParameterName();
996 is_ok &= testGetTransformFeedbacki64_vQueryForInvalidParameterName();
999 is_ok &= testIndexedQueriesForInvalidBindingPoint();
1004 is_ok = false;
1009 if (is_ok)
1259 bool is_ok = true;
1271 is_ok = false;
1281 is_ok = false;
1296 return is_ok;
1329 bool is_ok = true;
1341 is_ok = false;
1351 is_ok = false;
1366 return is_ok;
1400 bool is_ok = true;
1412 is_ok = false;
1422 is_ok = false;
1437 return is_ok;
1478 bool is_ok = true;
1490 is_ok = false;
1500 is_ok = false;
1521 is_ok = false;
1531 is_ok = false;
1546 return is_ok;
1585 bool is_ok = true;
1596 is_ok &= draw();
1597 is_ok &= verifyBufferContent();
1601 is_ok = false;
1609 if (is_ok)
1906 bool is_ok = true;
1927 is_ok &= testTransformFeedbackStatus(GL_TRANSFORM_FEEDBACK_PAUSED, GL_TRUE);
1928 is_ok &= testTransformFeedbackStatus(GL_TRANSFORM_FEEDBACK_ACTIVE, GL_TRUE);
1934 is_ok &= testTransformFeedbackStatus(GL_TRANSFORM_FEEDBACK_PAUSED, GL_FALSE);
1935 is_ok &= testTransformFeedbackStatus(GL_TRANSFORM_FEEDBACK_ACTIVE, GL_TRUE);
1941 is_ok &= testTransformFeedbackStatus(GL_TRANSFORM_FEEDBACK_ACTIVE, GL_FALSE);
1943 return is_ok;
1998 bool is_ok = true;
2011 is_ok = false;
2023 return is_ok;