Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c6342 CALL_Uniform2f(ctx->Exec, (location, x, y)); in save_Uniform2fARB()
8698 CALL_Uniform2f(ctx->Exec, (n[1].i, n[2].f, n[3].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c37819 CALL_Uniform2f(ctx->CurrentServerDispatch, (location, v0, v1)); in _mesa_unmarshal_Uniform2f()
37839 CALL_Uniform2f(ctx->CurrentServerDispatch, (location, v0, v1)); in _mesa_marshal_Uniform2f()
Ddispatch.h8180 #define CALL_Uniform2f(disp, parameters) \ macro