Lines Matching refs:_mesa_debug
184 _mesa_debug(ctx, "glGenQueries(%d)\n", n); in _mesa_GenQueriesARB()
224 _mesa_debug(ctx, "glDeleeteQueries(%d)\n", n); in _mesa_DeleteQueriesARB()
258 _mesa_debug(ctx, "glIsQuery(%u)\n", id); in _mesa_IsQueryARB()
295 _mesa_debug(ctx, "glBeginQueryIndexed(%s, %u, %u)\n", in _mesa_BeginQueryIndexed()
359 _mesa_debug(ctx, "glEndQueryIndexed(%s, %u)\n", in _mesa_EndQueryIndexed()
407 _mesa_debug(ctx, "glQueryCounter(%u, %s)\n", id, in _mesa_QueryCounter()
465 _mesa_debug(ctx, "glGetQueryIndexediv(%s, %u, %s)\n", in _mesa_GetQueryIndexediv()
545 _mesa_debug(ctx, "glGetQueryObjectiv(%u, %s)\n", id, in _mesa_GetQueryObjectivARB()
596 _mesa_debug(ctx, "glGetQueryObjectuiv(%u, %s)\n", id, in _mesa_GetQueryObjectuivARB()
650 _mesa_debug(ctx, "glGetQueryObjecti64v(%u, %s)\n", id, in _mesa_GetQueryObjecti64vEXT()
691 _mesa_debug(ctx, "glGetQueryObjectui64v(%u, %s)\n", id, in _mesa_GetQueryObjectui64vEXT()