Searched refs:nextError (Results 1 – 1 of 1) sorted by relevance
2487 GLenum nextError = functions->getError(); in CheckError() local2488 while (nextError != GL_NO_ERROR && nextError != GL_CONTEXT_LOST) in CheckError()2490 ERR() << "Additional GL error " << gl::FmtHex(nextError) << " generated."; in CheckError()2491 nextError = functions->getError(); in CheckError()