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