Lines Matching defs:q
47 struct gl_query_object *q = CALLOC_STRUCT(gl_query_object); in _mesa_new_query_object() local
77 _mesa_begin_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_begin_query()
88 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_end_query()
100 _mesa_wait_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_wait_query()
115 _mesa_check_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_check_query()
128 _mesa_delete_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_delete_query()
284 struct gl_query_object *q in create_queries() local
350 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueries() local
373 struct gl_query_object *q; in _mesa_IsQuery() local
416 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local
522 struct gl_query_object *q, **bindpt; in _mesa_EndQueryIndexed() local
579 struct gl_query_object *q; in _mesa_QueryCounter() local
654 struct gl_query_object *q = NULL, **bindpt = NULL; in _mesa_GetQueryIndexediv() local
789 struct gl_query_object *q = NULL; in get_query_object() local
1059 struct gl_query_object *q= (struct gl_query_object *) data; in delete_queryobj_cb() local