Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c6659 CALL_Uniform1fvARB(ctx->Exec, (location, count, v)); in save_Uniform1fvARB()
8534 CALL_Uniform1fvARB(ctx->Exec, (n[1].i, n[2].i, n[3].data)); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c6659 CALL_Uniform1fvARB(ctx->Exec, (location, count, v)); in save_Uniform1fvARB()
8534 CALL_Uniform1fvARB(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.h8193 #define CALL_Uniform1fvARB(disp, parameters) \ macro