Lines Matching refs:ApiCase
40 ApiCase::ApiCase (EglTestContext& eglTestCtx, const char* name, const char* description) in ApiCase() function in deqp::egl::ApiCase
47 ApiCase::~ApiCase (void) in ~ApiCase()
51 void ApiCase::init (void) in init()
57 void ApiCase::deinit (void) in deinit()
66 ApiCase::IterateResult ApiCase::iterate (void) in iterate()
80 bool ApiCase::isAPISupported (eglw::EGLenum api) const in isAPISupported()
85 void ApiCase::expectError (EGLenum expected) in expectError()
96 void ApiCase::expectEitherError (EGLenum expectedA, EGLenum expectedB) in expectEitherError()
107 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean()
117 void ApiCase::expectNoContext (EGLContext got) in expectNoContext()
128 void ApiCase::expectNoSurface (EGLSurface got) in expectNoSurface()
139 void ApiCase::expectNoDisplay (EGLDisplay got) in expectNoDisplay()
149 void ApiCase::expectNull (const void* got) in expectNull()
159 bool ApiCase::getConfig (EGLConfig* config, const eglu::FilterList& filters) in getConfig()