Lines Matching defs:condition
1815 getSyncAttribValueType condition = 0;
1817 attribute, &condition));
1820 condition << "})" << TestLog::EndMessage;
1822 TCU_CHECK(condition == statusVal);
1882 getSyncAttribValueType condition = 0xF0F0F;
1883 EGLBoolean result = (egl.*getSyncAttribFunc)(EGL_NO_DISPLAY, m_sync, attribute, &condition);
1886 condition << "})" << TestLog::EndMessage;
1900 TCU_CHECK(condition == 0xF0F0F);
1951 getSyncAttribValueType condition = 0xF0F0F;
1953 attribute, &condition);
1956 condition << "})" << TestLog::EndMessage;
1970 TCU_CHECK(condition == 0xF0F0F);
2027 getSyncAttribValueType condition = 0xF0F0F;
2028 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, EGL_NONE, &condition);
2030 "(" << m_eglDisplay << ", " << m_sync << ", EGL_NONE, {" << condition << "})" <<
2045 TCU_CHECK(condition == 0xF0F0F);