OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkcallreturn
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/egl/
teglImageTests.cpp
117
void
checkCallReturn
(EglTestContext& eglTestCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expectError)
145
#define CHECK_EXT_CALL_RET(CALL, EXPECT_RETURN_VALUE, EXPECT_ERROR)
checkCallReturn
(m_eglTestCtx, #CALL, CALL, (EXPECT_RETURN_VALUE), (EXPECT_ERROR))
218
checkCallReturn
(m_eglTestCtx, call.str().c_str(), image, EGL_NO_IMAGE_KHR, expectError);
Completed in 522 milliseconds