Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c5296 CALL_QueryCounter(ctx->Exec, (id, target)); in save_QueryCounter()
8665 CALL_QueryCounter(ctx->Exec, (n[1].ui, n[2].e)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c11218 CALL_QueryCounter(ctx->CurrentServerDispatch, (id, target)); in _mesa_unmarshal_QueryCounter()
11237 CALL_QueryCounter(ctx->CurrentServerDispatch, (id, target)); in _mesa_marshal_QueryCounter()
Ddispatch.h10545 #define CALL_QueryCounter(disp, parameters) \ macro