Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3830 CALL_Rotatef(ctx->Exec, (angle, x, y, z)); in save_Rotatef()
8436 CALL_Rotatef(ctx->Exec, (n[1].f, n[2].f, n[3].f, n[4].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c1834 CALL_Rotatef(ctx->CurrentServerDispatch, (angle, x, y, z)); in _mesa_unmarshal_Rotatef()
1855 CALL_Rotatef(ctx->CurrentServerDispatch, (angle, x, y, z)); in _mesa_marshal_Rotatef()
Ddispatch.h5782 #define CALL_Rotatef(disp, parameters) \ macro