Searched refs:nextEmpty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c302 GLint nextEmpty; local
319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
321 emptySlot = &ctx->Debug.Log[nextEmpty];
/external/mesa3d/src/mesa/main/
H A Derrors.c302 GLint nextEmpty; local
319 nextEmpty = (ctx->Debug.NextMsg + ctx->Debug.NumMessages)
321 emptySlot = &ctx->Debug.Log[nextEmpty];

Completed in 150 milliseconds