Searched refs:ErrorValue (Results 1 – 4 of 4) sorted by relevance
124 _mesa_enum_to_string(ctx->ErrorValue)); in flush_delayed_errors()209 if (ctx->ErrorValue != error || in should_output()363 if (ctx->ErrorValue == GL_NO_ERROR) in _mesa_error()364 ctx->ErrorValue = error; in _mesa_error()
383 GLenum e = ctx->ErrorValue; in _mesa_GetError()400 ctx->ErrorValue = (GLenum) GL_NO_ERROR; in _mesa_GetError()
886 ctx->ErrorValue = GL_NO_ERROR; in init_attrib_groups()
5186 GLenum16 ErrorValue; /**< Last error code */ member