Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dglthread_shaderobj.c93 GLint *length_tmp = malloc(length_size); in _mesa_marshal_ShaderSource() local
95 measure_ShaderSource_strings(count, string, length, length_tmp); in _mesa_marshal_ShaderSource()
108 memcpy(cmd_length, length_tmp, length_size); in _mesa_marshal_ShaderSource()
116 (shader, count, string, length_tmp)); in _mesa_marshal_ShaderSource()
118 free(length_tmp); in _mesa_marshal_ShaderSource()

Completed in 1 milliseconds