Home | History | Annotate | Download | only in egl

Lines Matching defs:error

275 			const EGLint	error	= egl.getError();
277 if (error != EGL_SUCCESS)
279 log << TestLog::Message << " Fail, querying " << name << " from a non-pbuffer surface should not result in an error, received "
280 << eglu::getErrorStr(error) << TestLog::EndMessage;
281 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition");
506 const EGLint error = egl.getError();
508 if (error != EGL_SUCCESS)
510 log << TestLog::Message << " Fail, setting EGL_MIPMAP_LEVEL should not result in an error, received " << eglu::getErrorStr(error) << TestLog::EndMessage;
512 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition");