Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c7078 CALL_ProgramUniform4fv(ctx->Exec, (program, location, count, v)); in save_ProgramUniform4fv()
8841 CALL_ProgramUniform4fv(ctx->Exec, (n[1].ui, n[2].i, n[3].i, in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c36798 CALL_ProgramUniform4fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_unmarshal_ProgramUniform4fv()
36825 CALL_ProgramUniform4fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_marshal_ProgramUniform4fv()
Ddispatch.h14934 #define CALL_ProgramUniform4fv(disp, parameters) \ macro