Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c101 struct vrend_query { struct
9336 static bool vrend_check_query(struct vrend_query *query) in vrend_check_query()
9369 struct vrend_query *query, *stor; in vrend_renderer_check_queries()
9428 struct vrend_query *q; in vrend_create_query()
9452 q = CALLOC_STRUCT(vrend_query); in vrend_create_query()
9519 static void vrend_destroy_query(struct vrend_query *query) in vrend_destroy_query()
9529 struct vrend_query *query = obj_ptr; in vrend_destroy_query_object()
9535 struct vrend_query *q; in vrend_begin_query()
9558 struct vrend_query *q; in vrend_end_query()
9588 struct vrend_query *q; in vrend_get_query_result()
[all …]