Searched refs:NextMsgLength (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c346 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
374 assert(length > 0 && length == ctx->Debug.NextMsgLength);
401 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
748 ctx->Debug.NextMsgLength = 0;
H A Dmtypes.h3331 GLint NextMsgLength; /* redundant, but copied here from Log[NextMsg].length member in struct:gl_debug_state
H A Dget.c1340 { GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB, CONTEXT_INT(Debug.NextMsgLength), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Derrors.c346 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
374 assert(length > 0 && length == ctx->Debug.NextMsgLength);
401 ctx->Debug.NextMsgLength = ctx->Debug.Log[ctx->Debug.NextMsg].length;
748 ctx->Debug.NextMsgLength = 0;
H A Dmtypes.h3331 GLint NextMsgLength; /* redundant, but copied here from Log[NextMsg].length member in struct:gl_debug_state
H A Dget.c1340 { GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB, CONTEXT_INT(Debug.NextMsgLength), NO_EXTRA },

Completed in 3801 milliseconds