Searched refs:CALL_BlendColor (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1667 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/ |
D | marshal_generated.c | 31216 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()
|
D | dispatch.h | 6178 #define CALL_BlendColor(disp, parameters) \ macro
|