Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c7059 CALL_ProgramUniform3fv(ctx->Exec, (program, location, count, v)); in save_ProgramUniform3fv()
8837 CALL_ProgramUniform3fv(ctx->Exec, (n[1].ui, n[2].i, n[3].i, in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c26399 CALL_ProgramUniform3fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_unmarshal_ProgramUniform3fv()
26426 CALL_ProgramUniform3fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_marshal_ProgramUniform3fv()
Ddispatch.h14846 #define CALL_ProgramUniform3fv(disp, parameters) \ macro