Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c6324 CALL_Uniform1f(ctx->Exec, (location, x)); in save_Uniform1fARB()
8695 CALL_Uniform1f(ctx->Exec, (n[1].i, n[2].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c35822 CALL_Uniform1f(ctx->CurrentServerDispatch, (location, v0)); in _mesa_unmarshal_Uniform1f()
35841 CALL_Uniform1f(ctx->CurrentServerDispatch, (location, v0)); in _mesa_marshal_Uniform1f()
Ddispatch.h8136 #define CALL_Uniform1f(disp, parameters) \ macro