Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dqueryobj.c350 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()
Dqueryobj.h35 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function
Dcondrender.c49 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()