Lines Matching refs:_mesa_error
270 _mesa_error(ctx, GL_INVALID_VALUE, "%s(n < 0)", func); in create_queries()
280 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s", func); in create_queries()
316 _mesa_error(ctx, GL_INVALID_ENUM, "glCreateQueries(invalid target = %s)", in _mesa_CreateQueries()
336 _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteQueriesARB(n < 0)"); in _mesa_DeleteQueries()
391 _mesa_error(ctx, GL_INVALID_VALUE, in query_error_check_index()
398 _mesa_error(ctx, GL_INVALID_VALUE, "glBeginQueryIndexed(index>0)"); in query_error_check_index()
422 _mesa_error(ctx, GL_INVALID_ENUM, "glBeginQuery{Indexed}(target)"); in _mesa_BeginQueryIndexed()
433 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
440 _mesa_error(ctx, GL_INVALID_OPERATION, "glBeginQuery{Indexed}(id==0)"); in _mesa_BeginQueryIndexed()
447 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
454 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBeginQuery{Indexed}"); in _mesa_BeginQueryIndexed()
463 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
479 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
528 _mesa_error(ctx, GL_INVALID_ENUM, "glEndQuery{Indexed}(target)"); in _mesa_EndQueryIndexed()
537 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_EndQueryIndexed()
547 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_EndQueryIndexed()
580 _mesa_error(ctx, GL_INVALID_ENUM, "glQueryCounter(target)"); in _mesa_QueryCounter()
585 _mesa_error(ctx, GL_INVALID_OPERATION, "glQueryCounter(id==0)"); in _mesa_QueryCounter()
596 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glQueryCounter"); in _mesa_QueryCounter()
603 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_QueryCounter()
610 _mesa_error(ctx, GL_INVALID_OPERATION, "glQueryCounter(id is active)"); in _mesa_QueryCounter()
676 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQueryivEXT(%s)", in _mesa_GetQueryIndexediv()
684 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQueryARB(target)"); in _mesa_GetQueryIndexediv()
691 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQuery{Indexed}iv(target)"); in _mesa_GetQueryIndexediv()
777 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQuery{Indexed}iv(pname)"); in _mesa_GetQueryIndexediv()
804 _mesa_error(ctx, GL_INVALID_OPERATION, in get_query_object()
821 _mesa_error(ctx, GL_INVALID_ENUM, "%s(%s)", func, in get_query_object()
830 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(not supported)", func); in get_query_object()
834 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(out of bounds)", func); in get_query_object()
839 _mesa_error(ctx, GL_INVALID_VALUE, "%s(offset is negative)", func); in get_query_object()
879 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname=%s)", in get_query_object()