Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c1667 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor()
8069 CALL_BlendColor(ctx->Exec, (n[1].f, n[2].f, n[3].f, n[4].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c31216 CALL_BlendColor(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_unmarshal_BlendColor()
31237 CALL_BlendColor(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_marshal_BlendColor()
Ddispatch.h6178 #define CALL_BlendColor(disp, parameters) \ macro