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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 302 GLint nextEmpty;
319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
321 emptySlot = &ctx->Debug.Log[nextEmpty];
  /external/mesa3d/src/mesa/main/
errors.c 302 GLint nextEmpty;
319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
321 emptySlot = &ctx->Debug.Log[nextEmpty];

Completed in 54 milliseconds