Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c1543 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc()
8053 CALL_AlphaFunc(ctx->Exec, (n[1].e, n[2].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c20930 CALL_AlphaFunc(ctx->CurrentServerDispatch, (func, ref)); in _mesa_unmarshal_AlphaFunc()
20949 CALL_AlphaFunc(ctx->CurrentServerDispatch, (func, ref)); in _mesa_marshal_AlphaFunc()
Ddispatch.h5122 #define CALL_AlphaFunc(disp, parameters) \ macro