Searched refs:total_string_length (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | glthread_shaderobj.c | 66 size_t total_string_length = 0; local in function:measure_ShaderSource_strings 75 total_string_length += length_out[i]; 77 return total_string_length; 93 size_t total_string_length = local in function:_mesa_marshal_ShaderSource 95 size_t total_cmd_size = fixed_cmd_size + length_size + total_string_length; |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | marshal.c | 142 size_t total_string_length = 0; local in function:measure_ShaderSource_strings 151 total_string_length += length_out[i]; 153 return total_string_length; 169 size_t total_string_length = local in function:_mesa_marshal_ShaderSource 171 size_t total_cmd_size = fixed_cmd_size + length_size + total_string_length; |
Completed in 5 milliseconds