Home | History | Annotate | Download | only in gl

Lines Matching refs:is_ok

86 	bool is_ok = true;
92 is_ok = is_ok && testQuery(m_context.getRenderContext(), GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH);
103 is_ok = is_ok && testQuery(*no_flush_context, GL_NONE);
113 if (is_ok)
250 bool is_ok = true;
262 is_ok = (test_time_no_flush < test_time_flush);
271 is_ok = false;
276 if (is_ok)