Searched refs:testQuery (Results 1 – 9 of 9) sorted by relevance
115 while(!testQuery()) in getResult()128 testQuery(); in isResultAvailable()139 GLboolean Query::testQuery() in testQuery() function in es2::Query
42 GLboolean testQuery();
79 ANGLE_TRY(testQuery(context9)); in getResultBase()114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()119 angle::Result Query9::testQuery(Context9 *context9) in testQuery() function in rx::Query9
35 angle::Result testQuery(Context9 *context9);
37 public void testQuery() { in testQuery() method in JUnitConstructorTest
92 is_ok = is_ok && testQuery(m_context.getRenderContext(), GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH); in iterate()103 is_ok = is_ok && testQuery(*no_flush_context, GL_NONE); in iterate()145 bool gl4cts::ContextFlushControl::CoverageTest::testQuery(glu::RenderContext& context, glw::GLenum … in testQuery() function in gl4cts::ContextFlushControl::CoverageTest
98 bool testQuery(glu::RenderContext& context, glw::GLenum expected_value);
55 angle::Result testQuery(Context11 *context11, QueryState *queryState);
203 ANGLE_TRY(testQuery(context11, query)); in flush()217 angle::Result Query11::testQuery(Context11 *context11, QueryState *queryState) in testQuery() function in rx::Query11