Searched refs:ErrorValue (Results 1 - 8 of 8) sorted by last modified time

/external/mesa3d/src/mesa/main/
H A Dcontext.c810 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
1636 if (ctx->ErrorValue == GL_NO_ERROR) {
1637 ctx->ErrorValue = error;
H A Derrors.c894 error_string(ctx->ErrorValue));
978 if (ctx->ErrorValue != error ||
H A Dgetstring.c297 * Returns __struct gl_contextRec::ErrorValue.
303 GLenum e = ctx->ErrorValue;
309 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
H A Dmtypes.h3531 GLenum ErrorValue; /**< Last error code */ member in struct:gl_context
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.c810 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
1636 if (ctx->ErrorValue == GL_NO_ERROR) {
1637 ctx->ErrorValue = error;
H A Derrors.c894 error_string(ctx->ErrorValue));
978 if (ctx->ErrorValue != error ||
H A Dgetstring.c297 * Returns __struct gl_contextRec::ErrorValue.
303 GLenum e = ctx->ErrorValue;
309 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
H A Dmtypes.h3531 GLenum ErrorValue; /**< Last error code */ member in struct:gl_context

Completed in 149 milliseconds