Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageTests.cpp117 void checkCallReturn (EglTestContext& eglTestCtx, const char* call, RetVal returnValue, RetVal expe… in checkCallReturn() function
145 #define CHECK_EXT_CALL_RET(CALL, EXPECT_RETURN_VALUE, EXPECT_ERROR) checkCallReturn(m_eglTestCtx, #…
218 checkCallReturn(m_eglTestCtx, call.str().c_str(), image, EGL_NO_IMAGE_KHR, expectError); in checkCreate()