Searched refs:expectEitherError (Results 1 – 3 of 3) sorted by relevance
54 void expectEitherError (eglw::EGLenum errorA, eglw::EGLenum errorB);
401 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH); in init()428 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH); in init()508 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER); in init()691 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER); in init()1393 expectEitherError(EGL_BAD_PARAMETER, EGL_SUCCESS); in init()
96 void ApiCase::expectEitherError (EGLenum expectedA, EGLenum expectedB) in expectEitherError() function in deqp::egl::ApiCase