Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageTests.cpp117 …stContext& eglTestCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expe… in checkCallReturn() argument
127 if (returnValue != expectReturnValue) in checkCallReturn()
129 …log << TestLog::Message << " Fail: Return value mismatch! Expected " << expectReturnValue << ", g… in checkCallReturn()