Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c1603 CALL_BlendEquation(ctx->Exec, (mode)); in save_BlendEquation()
8072 CALL_BlendEquation(ctx->Exec, (n[1].e)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c33602 CALL_BlendEquation(ctx->CurrentServerDispatch, (mode)); in _mesa_unmarshal_BlendEquation()
33620 CALL_BlendEquation(ctx->CurrentServerDispatch, (mode)); in _mesa_marshal_BlendEquation()
Ddispatch.h6189 #define CALL_BlendEquation(disp, parameters) \ macro