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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
getstring.c 297 * Returns __struct gl_contextRec::ErrorValue.
303 GLenum e = ctx->ErrorValue;
309 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
context.c 810 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
    [all...]
errors.c 894 error_string(ctx->ErrorValue));
978 if (ctx->ErrorValue != error ||
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
getstring.c 297 * Returns __struct gl_contextRec::ErrorValue.
303 GLenum e = ctx->ErrorValue;
309 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
context.c 810 ctx->ErrorValue = (GLenum) GL_NO_ERROR;
    [all...]
errors.c 894 error_string(ctx->ErrorValue));
978 if (ctx->ErrorValue != error ||
mtypes.h     [all...]

Completed in 71 milliseconds