Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dqueryobj.c256 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n); in create_queries()
271 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q); in create_queries()
336 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]); in _mesa_DeleteQueries()
438 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_BeginQueryIndexed()
580 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_QueryCounter()
964 ctx->Query.QueryObjects = _mesa_NewHashTable(); in _mesa_init_queryobj()
1005 _mesa_HashDeleteAll(ctx->Query.QueryObjects, delete_queryobj_cb, ctx); in _mesa_free_queryobj_data()
1006 _mesa_DeleteHashTable(ctx->Query.QueryObjects); in _mesa_free_queryobj_data()
Dqueryobj.h38 _mesa_HashLookup(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
Dmtypes.h3010 struct _mesa_HashTable *QueryObjects; member