Searched refs:nextError (Results 1 – 3 of 3) sorted by relevance
16 let nextError; variable23 res.destroy(nextError);25 res.destroy(nextError);30 nextError = errors.shift();33 res.destroy(nextError);
149 async function nextError() { function374 nextError,
2511 GLenum nextError = functions->getError(); in CheckError() local2512 while (nextError != GL_NO_ERROR && nextError != GL_CONTEXT_LOST) in CheckError()2514 ERR() << "Additional GL error " << gl::FmtHex(nextError) << " generated."; in CheckError()2515 nextError = functions->getError(); in CheckError()