Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c6961 CALL_ProgramUniform2f(ctx->Exec, (program, location, x, y)); in save_ProgramUniform2f()
8818 CALL_ProgramUniform2f(ctx->Exec, (n[1].ui, n[2].i, n[3].f, n[4].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c2068 CALL_ProgramUniform2f(ctx->CurrentServerDispatch, (program, location, x, y)); in _mesa_unmarshal_ProgramUniform2f()
2089 CALL_ProgramUniform2f(ctx->CurrentServerDispatch, (program, location, x, y)); in _mesa_marshal_ProgramUniform2f()
Ddispatch.h14747 #define CALL_ProgramUniform2f(disp, parameters) \ macro