Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3962 CALL_StencilOp(ctx->Exec, (fail, zfail, zpass)); in save_StencilOp()
8457 CALL_StencilOp(ctx->Exec, (n[1].e, n[2].e, n[3].e)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c12853 CALL_StencilOp(ctx->CurrentServerDispatch, (fail, zfail, zpass)); in _mesa_unmarshal_StencilOp()
12873 CALL_StencilOp(ctx->CurrentServerDispatch, (fail, zfail, zpass)); in _mesa_marshal_StencilOp()
Ddispatch.h5166 #define CALL_StencilOp(disp, parameters) \ macro