Searched refs:ErrorValue (Results 1 – 2 of 2) sorted by relevance
904 ctx->ErrorValue = GL_NO_ERROR; in initialize_context()1468 if (ctx->ErrorValue==GL_NO_ERROR) { in gl_error()1469 ctx->ErrorValue = error; in gl_error()1490 e = ctx->ErrorValue; in gl_GetError()1491 ctx->ErrorValue = GL_NO_ERROR; in gl_GetError()
1350 GLenum ErrorValue; /* Last error code */ member