Home
last modified time | relevance | path

Searched refs:QueryObjects (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.h38 _mesa_HashLookupLocked(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
H A Dqueryobj.c561 if (_mesa_HashFindFreeKeys(ctx->Query.QueryObjects, ids, n)) { in create_queries()
574 _mesa_HashInsertLocked(ctx->Query.QueryObjects, ids[i], q, true); in create_queries()
641 _mesa_HashRemoveLocked(ctx->Query.QueryObjects, ids[i]); in _mesa_DeleteQueries()
744 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q, false); in _mesa_BeginQueryIndexed()
886 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q, false); in _mesa_QueryCounter()
1318 ctx->Query.QueryObjects = _mesa_NewHashTable(); in _mesa_init_queryobj()
1363 _mesa_HashDeleteAll(ctx->Query.QueryObjects, delete_queryobj_cb, ctx); in _mesa_free_queryobj_data()
1364 _mesa_DeleteHashTable(ctx->Query.QueryObjects); in _mesa_free_queryobj_data()
H A Dmtypes.h2377 struct _mesa_HashTable *QueryObjects; member
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.h93 void QueryObjects(Handle<Context> context,
H A Dheap-profiler.cc236 void HeapProfiler::QueryObjects(Handle<Context> context, in QueryObjects() function in v8::internal::HeapProfiler
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c760 _mesa_HashEnableNameReuse(ctx->Query.QueryObjects); in st_create_context_priv()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h548 void QueryObjects(v8::Local<v8::Context> context,
H A Ddebug-interface.cc1066 void QueryObjects(v8::Local<v8::Context> v8_context, in QueryObjects() function
1071 isolate->heap_profiler()->QueryObjects(Utils::OpenHandle(*v8_context), in QueryObjects()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc802 v8::debug::QueryObjects(context, &predicate, &v8Objects); in queryObjects()

Completed in 18 milliseconds