Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c33014 CALL_Color4i(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_unmarshal_Color4i()
33035 CALL_Color4i(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_marshal_Color4i()
Ddispatch.h2823 #define CALL_Color4i(disp, parameters) \ macro