Searched refs:CALL_StencilFunc (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 3928 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/ |
D | marshal_generated.c | 29360 CALL_StencilFunc(ctx->CurrentServerDispatch, (func, ref, mask)); in _mesa_unmarshal_StencilFunc() 29380 CALL_StencilFunc(ctx->CurrentServerDispatch, (func, ref, mask)); in _mesa_marshal_StencilFunc()
|
D | dispatch.h | 5155 #define CALL_StencilFunc(disp, parameters) \ macro
|