Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c2149 CALL_ClipPlane(ctx->Exec, (plane, equ)); in save_ClipPlane()
8170 CALL_ClipPlane(ctx->Exec, (n[1].e, eq)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c13976 CALL_ClipPlane(ctx->CurrentServerDispatch, (plane, equation)); in _mesa_unmarshal_ClipPlane()
13995 CALL_ClipPlane(ctx->CurrentServerDispatch, (plane, equation)); in _mesa_marshal_ClipPlane()
Ddispatch.h4132 #define CALL_ClipPlane(disp, parameters) \ macro