Searched refs:getValidateStatus (Results 1 – 1 of 1) sorted by relevance
244 glw::GLint getValidateStatus (void) const;332 glw::GLint BeforeDrawValidator::getValidateStatus (void) const in getValidateStatus() function in deqp::gls::sl::BeforeDrawValidator1054 << glu::getBooleanStr(beforeDrawValidator.getValidateStatus()) << " " in execute()1055 …<< ((beforeDrawValidator.getValidateStatus() == GL_FALSE) ? ("(expected)") : ("(unexpected)")) << … in execute()1068 if (beforeDrawValidator.getValidateStatus() == GL_TRUE) in execute()1078 else if (beforeDrawValidator.getValidateStatus() == GL_FALSE && postDrawError == GL_NO_ERROR) in execute()1083 …else if (beforeDrawValidator.getValidateStatus() == GL_FALSE && postDrawError == GL_INVALID_OPERAT… in execute()