Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmarshal.c122 const GLchar *cmd_strings = (const GLchar *) (cmd_length + cmd->count); in _mesa_unmarshal_ShaderSource() local
128 string[i] = cmd_strings; in _mesa_unmarshal_ShaderSource()
129 cmd_strings += cmd_length[i]; in _mesa_unmarshal_ShaderSource()
178 GLchar *cmd_strings = (GLchar *) (cmd_length + count); in _mesa_marshal_ShaderSource() local
185 memcpy(cmd_strings, string[i], cmd_length[i]); in _mesa_marshal_ShaderSource()
186 cmd_strings += cmd_length[i]; in _mesa_marshal_ShaderSource()