Searched refs:CALL_ProgramUniform2f (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 6961 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/ |
D | marshal_generated.c | 2068 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()
|
D | dispatch.h | 14747 #define CALL_ProgramUniform2f(disp, parameters) \ macro
|