Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c2391 CALL_DepthFunc(ctx->Exec, (func)); in save_DepthFunc()
8214 CALL_DepthFunc(ctx->Exec, (n[1].e)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c2424 CALL_DepthFunc(ctx->CurrentServerDispatch, (func)); in _mesa_unmarshal_DepthFunc()
2442 CALL_DepthFunc(ctx->CurrentServerDispatch, (func)); in _mesa_marshal_DepthFunc()
Ddispatch.h5177 #define CALL_DepthFunc(disp, parameters) \ macro