Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c5313 CALL_BeginQueryIndexed(ctx->Exec, (target, index, id)); in save_BeginQueryIndexed()
8668 CALL_BeginQueryIndexed(ctx->Exec, (n[1].e, n[2].ui, n[3].ui)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c19972 CALL_BeginQueryIndexed(ctx->CurrentServerDispatch, (target, index, id)); in _mesa_unmarshal_BeginQueryIndexed()
19992 CALL_BeginQueryIndexed(ctx->CurrentServerDispatch, (target, index, id)); in _mesa_marshal_BeginQueryIndexed()
Ddispatch.h11381 #define CALL_BeginQueryIndexed(disp, parameters) \ macro