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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
346 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
371 msg = &ctx->Debug.Log[ctx->Debug.NextMsg];
399 ctx->Debug.NextMsg++;
400 ctx->Debug.NextMsg %= MAX_DEBUG_LOGGED_MESSAGES;
401 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
747 ctx->Debug.NextMsg = 0;
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
errors.c 319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
346 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
371 msg = &ctx->Debug.Log[ctx->Debug.NextMsg];
399 ctx->Debug.NextMsg++;
400 ctx->Debug.NextMsg %= MAX_DEBUG_LOGGED_MESSAGES;
401 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
747 ctx->Debug.NextMsg = 0;
mtypes.h     [all...]

Completed in 168 milliseconds