Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c39254 CALL_Recti(ctx->CurrentServerDispatch, (x1, y1, x2, y2)); in _mesa_unmarshal_Recti()
39275 CALL_Recti(ctx->CurrentServerDispatch, (x1, y1, x2, y2)); in _mesa_marshal_Recti()
Ddispatch.h3472 #define CALL_Recti(disp, parameters) \ macro