Home
last modified time | relevance | path

Searched refs:_mesa_lookup_query_object (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dqueryobj.h35 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function
Dqueryobj.c629 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()
Dcondrender.c111 q = _mesa_lookup_query_object(ctx, queryId); in begin_conditional_render()
Dobjectlabel.c172 struct gl_query_object *query = _mesa_lookup_query_object(ctx, name); in get_label_pointer()