Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c6630 CALL_Uniform4fARB(ctx->Exec, (location, x, y, z, w)); in save_Uniform4fARB()
8530 CALL_Uniform4fARB(ctx->Exec, in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c6630 CALL_Uniform4fARB(ctx->Exec, (location, x, y, z, w)); in save_Uniform4fARB()
8530 CALL_Uniform4fARB(ctx->Exec, in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8314 #define CALL_Uniform4fARB(disp, parameters) \ macro