Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3928 CALL_StencilFunc(ctx->Exec, (func, ref, mask)); in save_StencilFunc()
8451 CALL_StencilFunc(ctx->Exec, (n[1].e, n[2].i, n[3].ui)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c29360 CALL_StencilFunc(ctx->CurrentServerDispatch, (func, ref, mask)); in _mesa_unmarshal_StencilFunc()
29380 CALL_StencilFunc(ctx->CurrentServerDispatch, (func, ref, mask)); in _mesa_marshal_StencilFunc()
Ddispatch.h5155 #define CALL_StencilFunc(disp, parameters) \ macro