Lines Matching refs:_mesa_error
276 _mesa_error(ctx, GL_INVALID_VALUE, "%s(n < 0)", func); in create_queries()
287 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s", func); in create_queries()
324 _mesa_error(ctx, GL_INVALID_ENUM, "glCreateQueries(invalid target = %s)", in _mesa_CreateQueries()
344 _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteQueriesARB(n < 0)"); in _mesa_DeleteQueries()
399 _mesa_error(ctx, GL_INVALID_VALUE, in query_error_check_index()
406 _mesa_error(ctx, GL_INVALID_VALUE, "glBeginQueryIndexed(index>0)"); in query_error_check_index()
430 _mesa_error(ctx, GL_INVALID_ENUM, "glBeginQuery{Indexed}(target)"); in _mesa_BeginQueryIndexed()
441 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
448 _mesa_error(ctx, GL_INVALID_OPERATION, "glBeginQuery{Indexed}(id==0)"); in _mesa_BeginQueryIndexed()
455 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
462 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBeginQuery{Indexed}"); in _mesa_BeginQueryIndexed()
471 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
487 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_BeginQueryIndexed()
536 _mesa_error(ctx, GL_INVALID_ENUM, "glEndQuery{Indexed}(target)"); in _mesa_EndQueryIndexed()
545 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_EndQueryIndexed()
555 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_EndQueryIndexed()
588 _mesa_error(ctx, GL_INVALID_ENUM, "glQueryCounter(target)"); in _mesa_QueryCounter()
593 _mesa_error(ctx, GL_INVALID_OPERATION, "glQueryCounter(id==0)"); in _mesa_QueryCounter()
604 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glQueryCounter"); in _mesa_QueryCounter()
611 _mesa_error(ctx, GL_INVALID_OPERATION, in _mesa_QueryCounter()
618 _mesa_error(ctx, GL_INVALID_OPERATION, "glQueryCounter(id is active)"); in _mesa_QueryCounter()
674 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQueryivEXT(%s)", in _mesa_GetQueryIndexediv()
681 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQueryARB(target)"); in _mesa_GetQueryIndexediv()
688 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQuery{Indexed}iv(target)"); in _mesa_GetQueryIndexediv()
773 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQuery{Indexed}iv(pname)"); in _mesa_GetQueryIndexediv()
800 _mesa_error(ctx, GL_INVALID_OPERATION, in get_query_object()
817 _mesa_error(ctx, GL_INVALID_ENUM, "%s(%s)", func, in get_query_object()
827 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(not supported)", func); in get_query_object()
831 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(out of bounds)", func); in get_query_object()
836 _mesa_error(ctx, GL_INVALID_VALUE, "%s(offset is negative)", func); in get_query_object()
876 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname=%s)", in get_query_object()