Searched refs:CALL_Rotatef (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 3830 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/ |
D | marshal_generated.c | 1834 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()
|
D | dispatch.h | 5782 #define CALL_Rotatef(disp, parameters) \ macro
|