Lines Matching refs:gl_query_object
47 static struct gl_query_object *
50 struct gl_query_object *q = MALLOC_STRUCT(gl_query_object); in _mesa_new_query_object()
67 _mesa_begin_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_begin_query()
78 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_end_query()
89 _mesa_wait_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_wait_query()
104 _mesa_check_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_check_query()
117 _mesa_delete_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_delete_query()
139 static struct gl_query_object **
202 struct gl_query_object *q in _mesa_GenQueriesARB()
240 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueriesARB()
290 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed()
354 struct gl_query_object *q, **bindpt; in _mesa_EndQueryIndexed()
402 struct gl_query_object *q; in _mesa_QueryCounter()
460 struct gl_query_object *q = NULL, **bindpt = NULL; in _mesa_GetQueryIndexediv()
540 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectivARB()
591 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectuivARB()
645 struct gl_query_object *q = NULL; in _mesa_GetQueryObjecti64vEXT()
686 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectui64vEXT()
769 struct gl_query_object *q= (struct gl_query_object *) data; in delete_queryobj_cb()