Searched refs:_mesa_lookup_query_object (Results 1 – 4 of 4) sorted by relevance
350 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueries()384 q = _mesa_lookup_query_object(ctx, id); in _mesa_IsQuery()452 q = _mesa_lookup_query_object(ctx, id); in _mesa_BeginQueryIndexed()597 q = _mesa_lookup_query_object(ctx, id); in _mesa_QueryCounter()797 q = _mesa_lookup_query_object(ctx, id); in get_query_object()
35 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function
49 q = _mesa_lookup_query_object(ctx, queryId); in begin_conditional_render()
172 struct gl_query_object *query = _mesa_lookup_query_object(ctx, name); in get_label_pointer()