Lines Matching defs:error
2315 GLenum error = gl.getError();
2320 error = gl.getError();
2325 // expect error and continue
2326 if (error != GL_NO_ERROR)
2340 // expect no error and continue
2341 if (error != GL_NO_ERROR)
3475 GLenum error = readOutputData(outputFormat, outputType, OUTPUT_GETTEXIMAGE);
3480 if (error)
3486 m_testCtx.getLog() << tcu::TestLog::Message << "Expected error but got no GL error" << tcu::TestLog::EndMessage;
3489 else if (error)
3547 GLenum error = 0;
3578 error = gl.getError();
3581 if (error == GL_NO_ERROR)
3594 else if (error == GL_NO_ERROR)