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