Searched refs:cmd_strings (Results 1 – 1 of 1) sorted by relevance
43 const GLchar *cmd_strings = (const GLchar *) (cmd_length + cmd->count); in _mesa_unmarshal_ShaderSource() local49 string[i] = cmd_strings; in _mesa_unmarshal_ShaderSource()50 cmd_strings += cmd_length[i]; in _mesa_unmarshal_ShaderSource()99 GLchar *cmd_strings = (GLchar *) (cmd_length + count); in _mesa_marshal_ShaderSource() local106 memcpy(cmd_strings, string[i], cmd_length[i]); in _mesa_marshal_ShaderSource()107 cmd_strings += cmd_length[i]; in _mesa_marshal_ShaderSource()