Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c3745 CALL_Rotatef(ctx->Exec, (angle, x, y, z)); in save_Rotatef()
8219 CALL_Rotatef(ctx->Exec, (n[1].f, n[2].f, n[3].f, n[4].f)); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c3745 CALL_Rotatef(ctx->Exec, (angle, x, y, z)); in save_Rotatef()
8219 CALL_Rotatef(ctx->Exec, (n[1].f, n[2].f, n[3].f, n[4].f)); in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5476 #define CALL_Rotatef(disp, parameters) \ macro