Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c6433 CALL_Uniform3fv(ctx->Exec, (location, count, v)); in save_Uniform3fvARB()
8714 CALL_Uniform3fv(ctx->Exec, (n[1].i, n[2].i, get_pointer(&n[3]))); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c33562 CALL_Uniform3fv(ctx->CurrentServerDispatch, (location, count, value)); in _mesa_unmarshal_Uniform3fv()
33588 CALL_Uniform3fv(ctx->CurrentServerDispatch, (location, count, value)); in _mesa_marshal_Uniform3fv()
Ddispatch.h8235 #define CALL_Uniform3fv(disp, parameters) \ macro