Searched refs:_mesa_lookup_query_object (Results 1 – 4 of 4) sorted by relevance
35 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function
629 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueries()663 q = _mesa_lookup_query_object(ctx, id); in _mesa_IsQuery()731 q = _mesa_lookup_query_object(ctx, id); in _mesa_BeginQueryIndexed()876 q = _mesa_lookup_query_object(ctx, id); in _mesa_QueryCounter()1084 q = _mesa_lookup_query_object(ctx, id); in get_query_object()
111 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()