Searched defs:expectFalse (Results 1 – 3 of 3) sorted by relevance
57 inline void expectFalse (EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::ApiCase
301 TestContext.prototype.expectFalse = function(x) { method in TestContext