Home
last modified time | relevance | path

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

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