Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c4047 CALL_StencilOpSeparate(ctx->Exec, (face, fail, zfail, zpass)); in save_StencilOpSeparate()
8467 CALL_StencilOpSeparate(ctx->Exec, in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c32630 CALL_StencilOpSeparate(ctx->CurrentServerDispatch, (face, sfail, zfail, zpass)); in _mesa_unmarshal_StencilOpSeparate()
32651 CALL_StencilOpSeparate(ctx->CurrentServerDispatch, (face, sfail, zfail, zpass)); in _mesa_marshal_StencilOpSeparate()
Ddispatch.h8125 #define CALL_StencilOpSeparate(disp, parameters) \ macro