Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Derrors.c124 _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()
Dgetstring.c383 GLenum e = ctx->ErrorValue; in _mesa_GetError()
400 ctx->ErrorValue = (GLenum) GL_NO_ERROR; in _mesa_GetError()
Dcontext.c886 ctx->ErrorValue = GL_NO_ERROR; in init_attrib_groups()
Dmtypes.h5186 GLenum16 ErrorValue; /**< Last error code */ member