Home
last modified time | relevance | path

Searched refs:nextError (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2487 GLenum nextError = functions->getError(); in CheckError() local
2488 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()