Home
last modified time | relevance | path

Searched refs:expectEitherError (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglApiCase.hpp54 void expectEitherError (eglw::EGLenum errorA, eglw::EGLenum errorB);
DteglNegativeApiTests.cpp401 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()
DteglApiCase.cpp96 void ApiCase::expectEitherError (EGLenum expectedA, EGLenum expectedB) in expectEitherError() function in deqp::egl::ApiCase