Lines Matching defs:programs
17449 /* Next safe_mul(n, 4) bytes are GLuint programs[n] */
17455 const GLuint * programs;
17457 programs = (const GLuint *) variable_data;
17459 CALL_DeleteProgramsARB(ctx->CurrentServerDispatch, (n, programs));
17462 _mesa_marshal_DeleteProgramsARB(GLsizei n, const GLuint * programs)
17475 memcpy(variable_data, programs, n * 4);
17484 CALL_DeleteProgramsARB(ctx->CurrentServerDispatch, (n, programs));
17490 _mesa_marshal_GenProgramsARB(GLsizei n, GLuint * programs)
17495 CALL_GenProgramsARB(ctx->CurrentServerDispatch, (n, programs));