Lines Matching defs:q
50 struct gl_query_object *q = MALLOC_STRUCT(gl_query_object); in _mesa_new_query_object() local
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()
202 struct gl_query_object *q in _mesa_GenQueriesARB() local
240 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueriesARB() local
290 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local
354 struct gl_query_object *q, **bindpt; in _mesa_EndQueryIndexed() local
402 struct gl_query_object *q; in _mesa_QueryCounter() local
460 struct gl_query_object *q = NULL, **bindpt = NULL; in _mesa_GetQueryIndexediv() local
540 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectivARB() local
591 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectuivARB() local
645 struct gl_query_object *q = NULL; in _mesa_GetQueryObjecti64vEXT() local
686 struct gl_query_object *q = NULL; in _mesa_GetQueryObjectui64vEXT() local
769 struct gl_query_object *q= (struct gl_query_object *) data; in delete_queryobj_cb() local