Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c32889 CALL_Color4x(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_unmarshal_Color4x()
32910 CALL_Color4x(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_marshal_Color4x()
Ddispatch.h17541 #define CALL_Color4x(disp, parameters) \ macro