Lines Matching defs:cmd
42 const struct marshal_cmd_ShaderSource *cmd,
45 const GLint *cmd_length = (const GLint *) (cmd + 1);
46 const GLchar *cmd_strings = (const GLchar *) (cmd_length + cmd->count);
48 const GLchar * *string = malloc(cmd->count * sizeof(const GLchar *));
51 for (i = 0; i < cmd->count; ++i) {
56 (cmd->shader, cmd->count, string, cmd_length));
58 return cmd->cmd_base.cmd_size;
99 struct marshal_cmd_ShaderSource *cmd =
102 GLint *cmd_length = (GLint *) (cmd + 1);
106 cmd->shader = shader;
107 cmd->count = count;
133 const struct marshal_cmd_GetActiveUniform *cmd,
173 const struct marshal_cmd_GetUniformLocation *cmd,