Lines Matching refs:gl_query_object
44 static struct gl_query_object *
47 struct gl_query_object *q = CALLOC_STRUCT(gl_query_object); in _mesa_new_query_object()
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()
146 static struct gl_query_object **
165 static struct gl_query_object **
284 struct gl_query_object *q in create_queries()
350 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueries()
353 struct gl_query_object **bindpt; in _mesa_DeleteQueries()
373 struct gl_query_object *q; in _mesa_IsQuery()
416 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed()
522 struct gl_query_object *q, **bindpt; in _mesa_EndQueryIndexed()
579 struct gl_query_object *q; in _mesa_QueryCounter()
654 struct gl_query_object *q = NULL, **bindpt = NULL; in _mesa_GetQueryIndexediv()
789 struct gl_query_object *q = NULL; in get_query_object()
1059 struct gl_query_object *q= (struct gl_query_object *) data; in delete_queryobj_cb()