Searched refs:length_tmp (Results 1 – 1 of 1) sorted by relevance
168 GLint *length_tmp = malloc(length_size); in _mesa_marshal_ShaderSource() local170 measure_ShaderSource_strings(count, string, length, length_tmp); in _mesa_marshal_ShaderSource()183 memcpy(cmd_length, length_tmp, length_size); in _mesa_marshal_ShaderSource()192 (shader, count, string, length_tmp)); in _mesa_marshal_ShaderSource()194 free(length_tmp); in _mesa_marshal_ShaderSource()