Searched refs:CALL_Uniform3fv (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 6433 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/ |
D | marshal_generated.c | 33562 CALL_Uniform3fv(ctx->CurrentServerDispatch, (location, count, value)); in _mesa_unmarshal_Uniform3fv() 33588 CALL_Uniform3fv(ctx->CurrentServerDispatch, (location, count, value)); in _mesa_marshal_Uniform3fv()
|
D | dispatch.h | 8235 #define CALL_Uniform3fv(disp, parameters) \ macro
|