Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c6710 CALL_Uniform4fvARB(ctx->Exec, (location, count, v)); in save_Uniform4fvARB()
8543 CALL_Uniform4fvARB(ctx->Exec, (n[1].i, n[2].i, n[3].data)); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c6710 CALL_Uniform4fvARB(ctx->Exec, (location, count, v)); in save_Uniform4fvARB()
8543 CALL_Uniform4fvARB(ctx->Exec, (n[1].i, n[2].i, n[3].data)); in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8325 #define CALL_Uniform4fvARB(disp, parameters) \ macro