Searched refs:CALL_Uniform2fARB (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dlist.c | 6591 CALL_Uniform2fARB(ctx->Exec, (location, x, y)); in save_Uniform2fARB() 8524 CALL_Uniform2fARB(ctx->Exec, (n[1].i, n[2].f, n[3].f)); in execute_list()
|
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 6591 CALL_Uniform2fARB(ctx->Exec, (location, x, y)); in save_Uniform2fARB() 8524 CALL_Uniform2fARB(ctx->Exec, (n[1].i, n[2].f, n[3].f)); in execute_list()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/ |
D | dispatch.h | 8226 #define CALL_Uniform2fARB(disp, parameters) \ macro
|