Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dcontext.c904 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()
H A Dtypes.h1350 GLenum ErrorValue; /* Last error code */ member