Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Derrors.c280 return ctx->Debug.ApiErrors[id]; in should_log()
705 control_messages(ctx->Debug.ApiErrors, API_ERROR_COUNT, in _mesa_DebugMessageControlARB()
751 memset(ctx->Debug.ApiErrors, GL_TRUE, sizeof ctx->Debug.ApiErrors); in _mesa_init_errors()
Dmtypes.h3323 GLboolean ApiErrors[API_ERROR_COUNT]; member