Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread_shaderobj.c92 GLint *length_tmp = malloc(length_size); in _mesa_marshal_ShaderSource() local
94 measure_ShaderSource_strings(count, string, length, length_tmp); in _mesa_marshal_ShaderSource()
107 memcpy(cmd_length, length_tmp, length_size); in _mesa_marshal_ShaderSource()
115 (shader, count, string, length_tmp)); in _mesa_marshal_ShaderSource()
117 free(length_tmp); in _mesa_marshal_ShaderSource()