Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c36145 CALL_Color3s(ctx->CurrentServerDispatch, (red, green, blue)); in _mesa_unmarshal_Color3s()
36165 CALL_Color3s(ctx->CurrentServerDispatch, (red, green, blue)); in _mesa_marshal_Color3s()
Ddispatch.h2669 #define CALL_Color3s(disp, parameters) \ macro