Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c7021 CALL_ProgramUniform1fv(ctx->Exec, (program, location, count, v)); in save_ProgramUniform1fv()
8829 CALL_ProgramUniform1fv(ctx->Exec, (n[1].ui, n[2].i, n[3].i, in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c8355 CALL_ProgramUniform1fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_unmarshal_ProgramUniform1fv()
8382 CALL_ProgramUniform1fv(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_marshal_ProgramUniform1fv()
Ddispatch.h14670 #define CALL_ProgramUniform1fv(disp, parameters) \ macro