Home
last modified time | relevance | path

Searched refs:OtherErrors (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Derrors.c286 return ctx->Debug.OtherErrors[id]; in should_log()
714 control_messages(ctx->Debug.OtherErrors, OTHER_ERROR_COUNT, in _mesa_DebugMessageControlARB()
754 memset(ctx->Debug.OtherErrors, GL_TRUE, sizeof ctx->Debug.OtherErrors); in _mesa_init_errors()
Dmtypes.h3326 GLboolean OtherErrors[OTHER_ERROR_COUNT]; member